Zach Sherman
Zach Sherman
If you run the installation command with your API key it will be added to your configuration, but we should make sure to add a warning that you may want...
The `bundle` command is really handy for installation, but can be a bit "magical." We should put a note in the output (and the configuration file) about what it's actually...
It would be interesting to add support for https://github.com/mdx-js/mdx as an alternative to some of the other markdown enhancements we discussed.
Instead of having these links directly in markdown like: ``` Running Locally → ``` It makes sense to be able to specify this is the doc's front matter.
This idea came courtesy of @niftylettuce. It would be great to be able to support [swagger](https://swagger.io/) style markup for demonstrating API usage and documentation.
Few ways to do this, one idea is we could allow filenames like `file-name.en.md` that would be conditionally loaded if a language was set.
Add warnings during build time if links are dead.
While working on porting some docs, I noticed this would be helpful. I'd like to be able to run something like `gitdocs add node/http` and automatically have a file generated...
It would be nice to see how gitdocs stacks up against docusaurus, gitbook, docsify, etc. - custom components (tips, highlight, mermaid, etc) - bring your own components (in progress) -...