summary refs log tree commit diff stats
path: root/nimdoc/test_out_index_dot_html
Commit message (Expand)AuthorAgeFilesLines
* Fix #14476 (#20878)Jake Leahy2022-11-211-1/+1
* move google fonts to the last part (#20541)ringabout2022-10-112-8/+6
* fixes #20524; add forbids pragmas to hideable lists (#20525)ringabout2022-10-091-1/+1
* Docs auto dark mode (#20188)Amjad Ben Hedhili2022-08-211-6/+7
* .forbids pragma: defining forbidden tags (#20050)Lancer112112022-07-261-1/+1
* Fixes #19900 (#19906)Jake Leahy2022-06-191-1/+1
* Keep the doc sidebar on the screen while scrolling (#19851)JJ2022-06-152-78/+68
* rewrite docs JS in Nim (#19701)flywind2022-04-092-86/+0
* docgen: implement doc link resolution in current module (#18642)Andrey Makarov2021-10-281-0/+4
* we need something better than warningAsError for effect handling viol… (#18...Andreas Rumpf2021-09-041-1/+1
* strict effects (#18777)Andreas Rumpf2021-09-021-1/+1
* docgen: draw frame around active anchors (#18607)Andrey Makarov2021-07-291-1/+2
* Fix JS error on index page and detect dark mode (#18191)drtheuns2021-06-072-8/+18
* docgen: render pragmas by default except for a select list (and fix #9074) (#...Timothee Cour2021-04-011-1/+1
* fix #16973 ; nim doc now shows correct, canonical import name in title (#16999)Timothee Cour2021-03-231-2/+2
* fix #9102 docgen: sidebar now shows proc signatures instead of encoding (#16857)Timothee Cour2021-01-291-1/+1
* nimdoc: Initialize theme switch and pragma dots on DOMContentLoaded (#16247)Sebastian Reinhard2020-12-062-2/+6
* [backport: 1.4] Better linebreaks (#15658)Miran2020-10-221-1/+1
* add Source+Edit links on top of every docgend file (#15642)Timothee Cour2020-10-221-0/+1
* group procs of the same name in TOC (#15487)Miran2020-10-051-1/+4
* Fix theme switch load from local storage (#14897)Manuel Bojato2020-07-102-28/+10
* fix #6583, fix #14376, index+search now generated for all projects, many bug ...Timothee Cour2020-05-251-0/+3
* Fix docs (#13176)Clyybber2020-01-162-2/+2
* fixes #12998 nim doc regression (#13117)Timothee Cour2020-01-162-2/+2
* feature dracula themed doc (#12816)Andreas Rumpf2019-12-102-1534/+73
* Removing the mention of using `discard` for block comments (#12837) [backport]Elliot Waite2019-12-082-0/+2
* Implement some custom formatting for input fields in the documentation (#11632)Hugo Locurcio2019-07-032-0/+34
* Render deprecated pragmas (#8886)LemonBoy2019-06-031-0/+2
* Use the correct HTML file reference in "nim doc" generated idx files (#11326)Kaushal Modi2019-05-254-0/+1662
355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520