Andre_601
Andre_601
The site does build, but it still only gives the default pages without any changes made at all. To give some context, the current project structure is build like this:...
The project is currently being remade to be a multi-module one. It is currently worked on the `release/6.0.0` branch, so you can use that one, as it also contains the...
I tried it the changes you PRed by executing `gradlew :docs:orchidServe` and while the command does work is the page still the exact same without any changes whatsoever. Edit: The...
I think I found the cause of the issue, but I need to investigate that. My assumption is, that *somehow* a previous Gradle task (the `orchidServe` task) of the example...
I can confirm that it was indeed a gradle daemon that was still running in the background and was somehow taking priority over the port. I killed it manually now...
What would be the easiest way to alter the background and text color in Orchid? I essentially want to make it look like [what the Dark Reader extension is doing](https://user-images.githubusercontent.com/11576465/87831862-ec110c80-c884-11ea-8add-9e6c0f099566.png)...
I discovered something rather weird, which is, that links to normal classes from inside nested classes also don't seem to work? Like the below image shows what is essentially the...
Next minor issue I found is again with the `{@link}` tag. When you use `{@link #method}` to link to a method inside the same class is Orchid replacing this with...
Just wanted to point out that the linked Gist is invalid (doesn't exist)
People can still download this through jitpack.io, but it's a bit more complicated to do (i.e. you can't download modules individually)