Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/diplodoc-platform/documentation-template
- Owner: diplodoc-platform
- Created: 2023-09-07T10:52:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-01T13:05:45.000Z (about 1 year ago)
- Last Synced: 2023-11-01T15:46:38.961Z (about 1 year ago)
- Language: JavaScript
- Size: 317 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)