summary refs log tree commit diff stats
path: root/config/nimdoc.cfg
Commit message (Expand)AuthorAgeFilesLines
* Prevent font flashing in the docs (#23622)Nils Lindemann2024-05-271-3/+4
* Make `data-theme` default to "auto" in HTML (#23222)Jake Leahy2024-01-191-1/+1
* fix #22492 (#22511)Hamid Bluri2023-08-221-2/+2
* fix server caching issue causing Theme failures (#22378)Daniel Belmes2023-08-061-2/+2
* Fix #14476 (#20878)Jake Leahy2022-11-211-2/+2
* move google fonts to the last part (#20541)ringabout2022-10-111-4/+3
* Docs auto dark mode (#20188)Amjad Ben Hedhili2022-08-211-12/+14
* Make imports/exports not be a dropdown in sidebar (#19907)Jake Leahy2022-07-161-0/+8
* Fixes #19900 (#19906)Jake Leahy2022-06-191-2/+2
* Keep the doc sidebar on the screen while scrolling (#19851)JJ2022-06-151-113/+103
* rewrite docs JS in Nim (#19701)flywind2022-04-091-43/+0
* Revert "Load Google Fonts last (#19683)" (#19693)flywind2022-04-061-8/+6
* Load Google Fonts last (#19683)locriacyber2022-04-061-6/+8
* docgen: implement doc link resolution in current module (#18642)Andrey Makarov2021-10-281-0/+11
* docgen: draw frame around active anchors (#18607)Andrey Makarov2021-07-291-1/+2
* link stable and devel docs in nim docs (#18272) [backport:1.2]Timothee Cour2021-06-151-15/+6
* Fix JS error on index page and detect dark mode (#18191)drtheuns2021-06-071-4/+9
* `doc2tex`: generate docs to Latex (#17997)Andrey Makarov2021-05-141-0/+1
* RST heading improvements (fix #17091) (#17195)Andrey Makarov2021-03-021-1/+1
* fix #9102 docgen: sidebar now shows proc signatures instead of encoding (#16857)Timothee Cour2021-01-291-2/+6
* RST: implement internal targets (#16614)Andrey Makarov2021-01-111-1/+2
* nimdoc: Initialize theme switch and pragma dots on DOMContentLoaded (#16247)Sebastian Reinhard2020-12-061-1/+3
* followup #15642: make source + edit also work with stdlib (which uses -d:boot...Timothee Cour2020-10-221-1/+2
* [backport: 1.4] Better linebreaks (#15658)Miran2020-10-221-2/+2
* add Source+Edit links on top of every docgend file (#15642)Timothee Cour2020-10-221-1/+2
* change case in nimdoc [ci skip]narimiran2020-10-141-2/+2
* reference fusion docs (#15562)Timothee Cour2020-10-141-1/+4
* group procs of the same name in TOC (#15487)Miran2020-10-051-0/+14
* close #6071, remove the mentions of deprecated `docSeeSrcUrl` (#15350)Miran2020-09-171-2/+2
* Fix theme switch load from local storage (#14897)Manuel Bojato2020-07-101-14/+5
* walkDirRecFilter, update doc CI filter, compiler/index.nim for docs + variou...Timothee Cour2020-06-011-42/+13
* fix #6583, fix #14376, index+search now generated for all projects, many bug ...Timothee Cour2020-05-251-3/+6
* Fix docs for subdirs too (#13180)Clyybber2020-01-171-1/+1
* Fix docs (#13176)Clyybber2020-01-161-1/+1
* fixes #12998 nim doc regression (#13117)Timothee Cour2020-01-161-1/+1
* feature dracula themed doc (#12816)Andreas Rumpf2019-12-101-767/+54
* Removing the mention of using `discard` for block comments (#12837) [backport]Elliot Waite2019-12-081-0/+1
* Implement some custom formatting for input fields in the documentation (#11632)Hugo Locurcio2019-07-031-0/+17
* Render deprecated pragmas (#8886)LemonBoy2019-06-031-0/+10
* fixes #10857 invisible span had width (#10860)Anthon van der Neut2019-03-191-1/+5
* documentation style tweaks (#10790)Miran2019-03-081-3/+3
* add links to every document, fixes #5515narimiran2019-02-161-1/+14
* fix documentation CSSnarimiran2019-02-051-16/+28
* update documentation CSS (#10543)Miran2019-02-041-677/+232
* fix documentation cssnarimiran2019-01-281-5/+2
* Do not encode the anchors in docs (`id` attr in `a` tags) (#9261)Kaushal Modi2018-10-091-1/+1
* Make "koch docs" copy the dochack.js to the right location tooKaushal Modi2018-09-291-1/+1
* Encode non-alphanum chars like %, + in URLs in the docsKaushal Modi2018-09-281-2/+3
* fixes #8419 fixes #8420 ; workaround #6071 workaround nim-lang/website#98 (#8...Timothee Cour2018-07-301-1/+3
* Make pragmas look clickable in docs (#8176)Quelklef2018-07-171-29/+35