-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,38 @@ | ||
# Documentation Template | ||
|
||
diplodoc documentation template | ||
|
||
features: | ||
|
||
- initial project structure | ||
- dev server with hot reload | ||
- codespaces support | ||
- vscode tutorial via code tours | ||
|
||
## 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) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.