https://github.com/evils/asciidoc-demo
for https://github.com/NixOS/rfcs/pull/64
https://github.com/evils/asciidoc-demo
Last synced: 8 months ago
JSON representation
for https://github.com/NixOS/rfcs/pull/64
- Host: GitHub
- URL: https://github.com/evils/asciidoc-demo
- Owner: evils
- Created: 2020-01-12T23:03:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-24T18:04:56.000Z (over 6 years ago)
- Last Synced: 2025-01-08T01:59:45.437Z (over 1 year ago)
- Language: Nix
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
// with asciidoctor this gets rendered as the actual page
// but on github it's just a link...
// asciidoctor only (the attribute passing)
include::doc/test.adoc[pkgsdir=pkgs,nixosdir=nixos,prefix=doc]
ifndef::env-github[]
I haven't figured out how to make those relative links work from the root directory yet. +
Go to the link:./doc/[doc] directory to use them
endif::env-github[]