Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/diplodoc-platform/documentation-template

documentation template with support for codespaces and hot reload via dev server
https://github.com/diplodoc-platform/documentation-template

Last synced: about 2 months ago
JSON representation

documentation template with support for codespaces and hot reload via dev server

Awesome Lists containing this project

README

        

# Documentation Template created by Diplodoc

Features:

- initial project structure
- dev server with hot reload
- codespaces support
- vscode tutorial via code tours

## Initial project structure

Initiatl project structure with basic content can be found within your public github repo "diplodoc-example/docs"

## Usage

### Run locally by cloning repo:

```
> git clone [email protected]:diplodoc-platform/documentation-template.git

> cd documentation-template

> npm start

> listening on 0.0.0.0:8000

```
now you have development server with hot reload runing and serving built documentation on `0.0.0.0:8000`

### github codespaces

press Use this template -> Open in a codespace

![open in a codespace](images/open-in-a-codespace.jpeg)

wait for the development server startup

enjoy developing documentation with html result preview in split view

![codespaces project](images/codespaces-project.jpeg)