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

https://github.com/dimasmith/znai-rust-showcase

An example of setting up Znai documentation for projects not in Java
https://github.com/dimasmith/znai-rust-showcase

Last synced: 4 months ago
JSON representation

An example of setting up Znai documentation for projects not in Java

Awesome Lists containing this project

README

          

# Znai rust showcase

[![Publish Documentation](https://github.com/dimasmith/znai-rust-showcase/actions/workflows/znai-pages-deploy.yaml/badge.svg)](https://github.com/dimasmith/znai-rust-showcase/actions/workflows/znai-pages-deploy.yaml)

This project is a showcase for using [Znai](https://testingisdocumenting.org/znai) to provide a documentation for non-java projects.
It contains instructions and example actions to build Znai documentation and publish it as GitHub pages.

## What is Znai?

Znai is a tool for documenting projects.
It uses markdown with extensions to build awesome documentation websites.
Znai is focused on software projects.
It has multiple handy features to work with source code, diagrams, OpenAPI specs, and other things.
You can even run a presentation from the generated Znai pages.

## Where can I see the results

The documentation of this repository is published as [GitHub pages](https://dimasmith.github.io/znai-rust-showcase/tutorial/create-documentation).
You will find a tutorial on how to configure and publish Znai documentation for your project.