index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
config
/
nimdoc.cfg
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prevent font flashing in the docs (#23622)
Nils Lindemann
2024-05-27
1
-3
/
+4
*
Make `data-theme` default to "auto" in HTML (#23222)
Jake Leahy
2024-01-19
1
-1
/
+1
*
fix #22492 (#22511)
Hamid Bluri
2023-08-22
1
-2
/
+2
*
fix server caching issue causing Theme failures (#22378)
Daniel Belmes
2023-08-06
1
-2
/
+2
*
Fix #14476 (#20878)
Jake Leahy
2022-11-21
1
-2
/
+2
*
move google fonts to the last part (#20541)
ringabout
2022-10-11
1
-4
/
+3
*
Docs auto dark mode (#20188)
Amjad Ben Hedhili
2022-08-21
1
-12
/
+14
*
Make imports/exports not be a dropdown in sidebar (#19907)
Jake Leahy
2022-07-16
1
-0
/
+8
*
Fixes #19900 (#19906)
Jake Leahy
2022-06-19
1
-2
/
+2
*
Keep the doc sidebar on the screen while scrolling (#19851)
JJ
2022-06-15
1
-113
/
+103
*
rewrite docs JS in Nim (#19701)
flywind
2022-04-09
1
-43
/
+0
*
Revert "Load Google Fonts last (#19683)" (#19693)
flywind
2022-04-06
1
-8
/
+6
*
Load Google Fonts last (#19683)
locriacyber
2022-04-06
1
-6
/
+8
*
docgen: implement doc link resolution in current module (#18642)
Andrey Makarov
2021-10-28
1
-0
/
+11
*
docgen: draw frame around active anchors (#18607)
Andrey Makarov
2021-07-29
1
-1
/
+2
*
link stable and devel docs in nim docs (#18272) [backport:1.2]
Timothee Cour
2021-06-15
1
-15
/
+6
*
Fix JS error on index page and detect dark mode (#18191)
drtheuns
2021-06-07
1
-4
/
+9
*
`doc2tex`: generate docs to Latex (#17997)
Andrey Makarov
2021-05-14
1
-0
/
+1
*
RST heading improvements (fix #17091) (#17195)
Andrey Makarov
2021-03-02
1
-1
/
+1
*
fix #9102 docgen: sidebar now shows proc signatures instead of encoding (#16857)
Timothee Cour
2021-01-29
1
-2
/
+6
*
RST: implement internal targets (#16614)
Andrey Makarov
2021-01-11
1
-1
/
+2
*
nimdoc: Initialize theme switch and pragma dots on DOMContentLoaded (#16247)
Sebastian Reinhard
2020-12-06
1
-1
/
+3
*
followup #15642: make source + edit also work with stdlib (which uses -d:boot...
Timothee Cour
2020-10-22
1
-1
/
+2
*
[backport: 1.4] Better linebreaks (#15658)
Miran
2020-10-22
1
-2
/
+2
*
add Source+Edit links on top of every docgend file (#15642)
Timothee Cour
2020-10-22
1
-1
/
+2
*
change case in nimdoc [ci skip]
narimiran
2020-10-14
1
-2
/
+2
*
reference fusion docs (#15562)
Timothee Cour
2020-10-14
1
-1
/
+4
*
group procs of the same name in TOC (#15487)
Miran
2020-10-05
1
-0
/
+14
*
close #6071, remove the mentions of deprecated `docSeeSrcUrl` (#15350)
Miran
2020-09-17
1
-2
/
+2
*
Fix theme switch load from local storage (#14897)
Manuel Bojato
2020-07-10
1
-14
/
+5
*
walkDirRecFilter, update doc CI filter, compiler/index.nim for docs + variou...
Timothee Cour
2020-06-01
1
-42
/
+13
*
fix #6583, fix #14376, index+search now generated for all projects, many bug ...
Timothee Cour
2020-05-25
1
-3
/
+6
*
Fix docs for subdirs too (#13180)
Clyybber
2020-01-17
1
-1
/
+1
*
Fix docs (#13176)
Clyybber
2020-01-16
1
-1
/
+1
*
fixes #12998 nim doc regression (#13117)
Timothee Cour
2020-01-16
1
-1
/
+1
*
feature dracula themed doc (#12816)
Andreas Rumpf
2019-12-10
1
-767
/
+54
*
Removing the mention of using `discard` for block comments (#12837) [backport]
Elliot Waite
2019-12-08
1
-0
/
+1
*
Implement some custom formatting for input fields in the documentation (#11632)
Hugo Locurcio
2019-07-03
1
-0
/
+17
*
Render deprecated pragmas (#8886)
LemonBoy
2019-06-03
1
-0
/
+10
*
fixes #10857 invisible span had width (#10860)
Anthon van der Neut
2019-03-19
1
-1
/
+5
*
documentation style tweaks (#10790)
Miran
2019-03-08
1
-3
/
+3
*
add links to every document, fixes #5515
narimiran
2019-02-16
1
-1
/
+14
*
fix documentation CSS
narimiran
2019-02-05
1
-16
/
+28
*
update documentation CSS (#10543)
Miran
2019-02-04
1
-677
/
+232
*
fix documentation css
narimiran
2019-01-28
1
-5
/
+2
*
Do not encode the anchors in docs (`id` attr in `a` tags) (#9261)
Kaushal Modi
2018-10-09
1
-1
/
+1
*
Make "koch docs" copy the dochack.js to the right location too
Kaushal Modi
2018-09-29
1
-1
/
+1
*
Encode non-alphanum chars like %, + in URLs in the docs
Kaushal Modi
2018-09-28
1
-2
/
+3
*
fixes #8419 fixes #8420 ; workaround #6071 workaround nim-lang/website#98 (#8...
Timothee Cour
2018-07-30
1
-1
/
+3
*
Make pragmas look clickable in docs (#8176)
Quelklef
2018-07-17
1
-29
/
+35
[next]