Skip to content

Commit

Permalink
new documentation page (WIP) #275
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Feb 12, 2024
1 parent c742601 commit 48c0389
Show file tree
Hide file tree
Showing 79 changed files with 16,693 additions and 784 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
* text eol=lf
.* text eol=lf
dist/* binary
*png binary
*ico binary
package-lock.json binary
assets/classDiagram.svg binary
assets/*.png binary
Expand Down
25 changes: 20 additions & 5 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
_site
.sass-cache
.jekyll-cache
.jekyll-metadata
vendor
# Dependencies
/node_modules

# Production
/build

# Generated files
.docusaurus
.cache-loader

# Misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
25 changes: 0 additions & 25 deletions docs/404.html

This file was deleted.

32 changes: 0 additions & 32 deletions docs/Gemfile

This file was deleted.

82 changes: 0 additions & 82 deletions docs/Gemfile.lock

This file was deleted.

41 changes: 41 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Website

This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.

### Installation

```
$ yarn
```

### Local Development

```
$ yarn start
```

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

### Build

```
$ yarn build
```

This command generates static content into the `build` directory and can be served using any static contents hosting service.

### Deployment

Using SSH:

```
$ USE_SSH=true yarn deploy
```

Not using SSH:

```
$ GIT_USER=<Your GitHub username> yarn deploy
```

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.
17 changes: 0 additions & 17 deletions docs/_config.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions docs/_includes/base_head.html

This file was deleted.

21 changes: 0 additions & 21 deletions docs/_includes/footer.html

This file was deleted.

6 changes: 0 additions & 6 deletions docs/_includes/logo.html

This file was deleted.

10 changes: 0 additions & 10 deletions docs/_includes/nav.html

This file was deleted.

12 changes: 0 additions & 12 deletions docs/_includes/preamble.html

This file was deleted.

51 changes: 0 additions & 51 deletions docs/_layouts/default.html

This file was deleted.

Loading

0 comments on commit 48c0389

Please sign in to comment.