Skip to content

Conversation

@jneem
Copy link
Member

@jneem jneem commented Aug 1, 2025

I tried out both antora and mkdocs. Antora has the disadvantage of being in asciidoc. Which is fine, but most of our existing documentation is in markdown. mkdocs uses markdown, is packaged in nixpkgs, and seems pretty extensible/customizable.

A couple things I've run into so far:

  • the markdown flavor used by mkdocs doesn't support codeblocks that start with ```nickel #repl. Their syntax is ``` { .nickel #repl }. I'm not sure yet whether that's compatible with comrak.
  • mkdocs does syntax highlighting with highlight.js, or alternatively there's a material theme with support for pygment. Neither of these has nickel support built-in, so we'll need to figure out something...

@github-actions
Copy link
Contributor

github-actions bot commented Aug 1, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants