Skip to content

Commit

Permalink
Upgrade doc and start it up again
Browse files Browse the repository at this point in the history
  • Loading branch information
batleforc committed Jul 29, 2023
1 parent b5f9586 commit 9af9275
Show file tree
Hide file tree
Showing 55 changed files with 7,606 additions and 15,144 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

npm-debug.log*
yarn-debug.log*
yarn-error.log*
yarn-error.log*
42 changes: 37 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,41 @@
# Doc Subproject
# Website

A subproject that contains documentation.
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.

in order to start it please use the following command:
### Installation

```sh
yarn start
```
$ 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.
12 changes: 0 additions & 12 deletions bck_blog/2019-05-28-first-blog-post.md

This file was deleted.

44 changes: 0 additions & 44 deletions bck_blog/2019-05-29-long-blog-post.md

This file was deleted.

20 changes: 0 additions & 20 deletions bck_blog/2021-08-01-mdx-blog-post.mdx

This file was deleted.

Binary file not shown.
25 changes: 0 additions & 25 deletions bck_blog/2021-08-26-welcome/index.md

This file was deleted.

17 changes: 0 additions & 17 deletions bck_blog/authors.yml

This file was deleted.

47 changes: 0 additions & 47 deletions bck_docs/intro.md

This file was deleted.

8 changes: 0 additions & 8 deletions bck_docs/tutorial-basics/_category_.json

This file was deleted.

21 changes: 0 additions & 21 deletions bck_docs/tutorial-basics/congratulations.md

This file was deleted.

34 changes: 0 additions & 34 deletions bck_docs/tutorial-basics/create-a-blog-post.md

This file was deleted.

55 changes: 0 additions & 55 deletions bck_docs/tutorial-basics/create-a-document.md

This file was deleted.

43 changes: 0 additions & 43 deletions bck_docs/tutorial-basics/create-a-page.md

This file was deleted.

Loading

0 comments on commit 9af9275

Please sign in to comment.