Skip to content

Commit

Permalink
test: build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pcheremu committed Apr 8, 2024
1 parent e278b79 commit fefd445
Show file tree
Hide file tree
Showing 20 changed files with 4,108 additions and 8,397 deletions.
11,998 changes: 3,902 additions & 8,096 deletions package-lock.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"packages/*"
],
"scripts": {
"prepare": "husky install",
"lint": "lerna run lint",
"test": "lerna run test",
"test:ci": "lerna run test:ci",
Expand Down
10 changes: 3 additions & 7 deletions packages/testing-docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ This website is built using [Docusaurus](https://docusaurus.io/), a modern stati
### Installation

```
$ npm i
$ yarn
```

### Local Development

```
$ npm run start
$ 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

```
$ npm run build
$ yarn build
```

This command generates static content into the `build` directory and can be served using any static contents hosting service.
Expand All @@ -39,7 +39,3 @@ $ 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.

### Creating new test cases and expanding test documents

TO BE UPDATED
16 changes: 0 additions & 16 deletions packages/testing-docs/blog/2024-01-11-greetings.md

This file was deleted.

29 changes: 0 additions & 29 deletions packages/testing-docs/docs/hello.md

This file was deleted.

22 changes: 0 additions & 22 deletions packages/testing-docs/docs/id259-Account-Pages-Navigation.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tags: [greetings]

Congratulations, you have made your first post!

Feel free to play around and edit this post as much you like.
Feel free to play around and edit this post as much as you like.
```

A new blog post is now available at [http://localhost:3000/blog/greetings](http://localhost:3000/blog/greetings).
150 changes: 0 additions & 150 deletions packages/testing-docs/docusaurus.config.js

This file was deleted.

Loading

0 comments on commit fefd445

Please sign in to comment.