You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> API reference is still a work in progress and currently looks completely unstructured because DocFX just dumps all the Markdown files in a single folder and Docusaurus does not know what to do with the `toc.yml` file.
2
4
3
5
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
4
-
5
-
## Installation
6
-
7
-
```bash
8
-
npm install
9
-
```
10
-
11
-
**Note**: feel free to use the package manager of your choice.
12
-
13
-
## Local Development
14
-
15
-
```bash
16
-
npm run start
17
-
```
18
-
19
-
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
20
-
21
-
## Build
22
-
23
-
```bash
24
-
npm run build
25
-
```
26
-
27
-
This command generates static content into the `build` directory and can be served using any static contents hosting service.
28
-
29
-
## Deployment
30
-
31
-
Using SSH:
32
-
33
-
```bash
34
-
USE_SSH=true npm run deploy
35
-
```
36
-
37
-
Not using SSH:
38
-
39
-
```bash
40
-
GIT_USER=<Your GitHub username> npm run deploy
41
-
```
42
-
43
-
If you are using GitHub Pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
"_appFooter": "See on <a href=\"https://github.com/OceanApocalypseStudios/RedSeaMarkupLanguage/\">GitHub</a>.<br/>Docs made with <a href=\"https://dotnet.github.io/docfx/\">DocFX</a> and <a href=\"https://ovasquez.github.io/docfx-material/\">Material</a>.",
129
+
"_copyrightFooter": "OceanApocalypseStudios. Documentation licensed under CC0 1.0."
0 commit comments