How to have multiple markdown files #1670
Unanswered
amitavaghosh1
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I had this OpenAPI json files generated using
grpc_gateway
.So after this I used widdershins to generate the .md file
But after I put the generated markdown files inside the
source/
directory.cp docs/*.md slatebuild/slate/source/
and I rundocker run --rm --name slate -v $(pwd)/build:/srv/slate/build -v $(pwd)/source:/srv/slate/source slatedocs/slate build
I generates only the kittens index.html file.I put these files in
includes
folder, and then again typed them out ininclude
in index.html.rb . This works. But this there a better way to do this?Beta Was this translation helpful? Give feedback.
All reactions