Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/telkomdev/documentation-template

Template for documentation website
https://github.com/telkomdev/documentation-template

documentation mkdocs template

Last synced: 8 days ago
JSON representation

Template for documentation website

Awesome Lists containing this project

README

        

# Documentation Template
This repository works as template for developing documentation for our open source project.

## How to use
- click button `use this template`
- create new repository based on this repository, check include all branches
- Install python and pip
- Install `mkdocs-material` using pip by running this command:

```
pip install mkdocs-material
```
- Run this line to preview demo

```
python -m mkdocs serve
```

You then can start documenting your project using markdown format, without any knowledge of HTML, Javascript, or CSS.

## Demo
You can see the demo [here](https://telkomdev.github.io/documentation-template)

## Configuration
More configuration can see [here](https://squidfunk.github.io/mkdocs-material/)