To try out the Wiki theme, go to Preferences => Appearance => Chose Dgraph as Skin and Save.
Bugs/Improvements that I noted
Index Page
Hover state missing on topics(E.g. - Dgraph, Performance) in the index page.
Colors,font size, underlines of heading for topics don’t match design. Indentation also a bit messed up.
Footer links need to be updated.
Settings and Preferences menu shouldn’t be open at the same time.
Article Page
Hover state in table of contents
Need to double check background colors of the Note, Warning templates. Also note how in design Warning isn’t bold but has a different color. Also the boxes have rounded edges.
When you try to copy something from the code snippets, say some Query from Queries and Mutations page, the color is too light and you can’t see what are you copying probably because of the background color.
As already mentioned, the background color scheme on code snippets should be reconsidered. When you select some text in that background, the selection is not quite visible.
Adding to point 4 above, drop downs have weird behaviour. If I open a drop down and then click on search, it just redirects to search page instead of letting me type a search query.
Formatting needs to be improved (space between columns) on Search Page
One suggestion is we could add a ‘copy raw’ icon on code snippets on pages like Beginner’s Guide to make it easy to pick and paste code.
In Contributing to Dgraph page, horizontal separator is missing just after topic headers (like General, etc.)
I think this is expected behavior. Hovering over the search icon will let you type in your query and clicking on it redirects you to the search page. The same thing is happening to me when the drop downs are closed.
Would be great to switch the fonts (Work Sans), they don’t look as good.
Update: Actually here’s the comparison:
Montserrat reg+bold looks better, IMO.
There’s extra vertical space between the boxes (warning, tip etc.) and the text. That should be decreased back to normal.
In Beginner’s Guide, the note is broken up – it considers a vertical space to be the end of the note, and no longer looks for the closing }}. https://wiki.dgraph.io/Beginners_Guide
I had made the Template to hold only simple text and it was using a p tag. Since you have put a ul tag using wikicode the HTML is breaking out. Have made it to a div tag now and its looking fine.
Do let me know if that’s what you want for all the other templates.
Done for the following templates: Tip, Warning, TODO and Note
For others like Incomplete it could break the formatting so I haven’t done it there. Hopefully you are only using text for the “Reason” parameter there.