An open API service indexing awesome lists of open source software.

https://github.com/sanifhimani/docyard

Generate beautiful documentation sites from Markdown
https://github.com/sanifhimani/docyard

documentation ruby

Last synced: 7 days ago
JSON representation

Generate beautiful documentation sites from Markdown

Awesome Lists containing this project

README

          





Docyard



Markdown to docs in seconds. No Node.js required.


CI
Gem Version
License


Docs ·
Quickstart ·
Changelog

---

## Install

```bash
gem install docyard
docyard init
docyard serve
```

Open `localhost:4200`. Edits reload instantly.

## Example

```markdown
:::note
Requires Ruby 3.2 or higher.
:::

:::tabs
== macOS
brew install ruby

== Linux
sudo apt install ruby-full
:::
```

Callouts, tabs, steps, cards, code groups, accordions, and more. [See all components](https://docyard.dev/write-content/components)

## Build

```bash
docyard build
```

Static HTML, search index, sitemap, and social cards in `dist/`. Deploy anywhere.

## Docs

[docyard.dev](https://docyard.dev) is built with Docyard.

## Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md).

## License

[MIT](LICENSE)