Skip to content
This repository was archived by the owner on Mar 9, 2023. It is now read-only.

Commit 1c552ea

Browse files
committed
add README
1 parent 0f7270a commit 1c552ea

File tree

1 file changed

+2
-36
lines changed

1 file changed

+2
-36
lines changed

README.md

Lines changed: 2 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,3 @@
1-
# Website
1+
# Documentation
22

3-
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
4-
5-
### Installation
6-
7-
```
8-
$ yarn
9-
```
10-
11-
### Local Development
12-
13-
```
14-
$ yarn start:local
15-
```
16-
17-
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
18-
19-
### Build
20-
21-
```
22-
$ yarn build
23-
```
24-
25-
This command generates static content into the `build` directory and can be served using any static contents hosting service.
26-
27-
### Version
28-
29-
```
30-
$ yarn run docusaurus docs:version $VERSION
31-
```
32-
33-
This command generates a copy of the latest docs under `versioned_docs` with the provided $VERSION
34-
35-
### Deployment
36-
37-
Use the github actions `deploy` job
3+
The documentation now lives in https://github.com/iasql/iasql-engine/tree/main/site/docs

0 commit comments

Comments
 (0)