Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate docs generator to vitepress #402

Closed
wants to merge 26 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
b80a945
chore(deps-dev): bump eslint from 8.24.0 to 8.25.0 (#372)
dependabot[bot] Oct 10, 2022
d500835
chore(deps-dev): bump express from 4.18.1 to 4.18.2 in /docs (#373)
dependabot[bot] Oct 10, 2022
952113e
chore(deps-dev): bump @typescript-eslint/eslint-plugin (#376)
dependabot[bot] Oct 11, 2022
27d9486
chore(deps-dev): bump @typescript-eslint/parser from 5.39.0 to 5.40.0…
dependabot[bot] Oct 11, 2022
5dd1fcb
chore(deps-dev): bump jest-environment-jsdom from 29.1.2 to 29.2.0 (#…
dependabot[bot] Oct 17, 2022
a2c503b
chore(deps-dev): bump @typescript-eslint/parser from 5.40.0 to 5.40.1…
dependabot[bot] Oct 18, 2022
5bd81c7
chore(deps-dev): bump @typescript-eslint/eslint-plugin (#381)
dependabot[bot] Oct 18, 2022
490713c
chore(deps-dev): bump jest-environment-jsdom from 29.2.0 to 29.2.1 (#…
dependabot[bot] Oct 19, 2022
5562819
feat: add ecompatible node version to engines
arthurfiorette Oct 19, 2022
61dea02
chore(deps-dev): bump eslint from 8.25.0 to 8.26.0 (#385)
dependabot[bot] Oct 24, 2022
9dcff58
chore(deps-dev): bump @typescript-eslint/eslint-plugin (#386)
dependabot[bot] Oct 25, 2022
42e95dc
chore(deps-dev): bump jest-environment-jsdom from 29.2.1 to 29.2.2 (#…
dependabot[bot] Oct 25, 2022
d6d0338
chore(deps-dev): bump @typescript-eslint/parser from 5.40.1 to 5.41.0…
dependabot[bot] Oct 25, 2022
0e97446
chore: avoid github activity
arthurfiorette Oct 31, 2022
8551db4
chore(deps-dev): bump @typescript-eslint/parser from 5.41.0 to 5.42.0…
dependabot[bot] Nov 1, 2022
f65a856
chore(deps-dev): bump tslib from 2.4.0 to 2.4.1 (#390)
dependabot[bot] Nov 1, 2022
10646ff
chore(deps-dev): bump @typescript-eslint/eslint-plugin (#391)
dependabot[bot] Nov 1, 2022
75ed56f
chore(deps-dev): bump @typescript-eslint/eslint-plugin (#392)
dependabot[bot] Nov 8, 2022
3dbc5e7
chore(deps-dev): bump jest-environment-jsdom from 29.2.2 to 29.3.0 (#…
dependabot[bot] Nov 8, 2022
2835ac2
chore(deps-dev): bump @typescript-eslint/parser from 5.42.0 to 5.42.1…
dependabot[bot] Nov 8, 2022
ad03dbc
chore(deps-dev): bump eslint from 8.26.0 to 8.27.0 (#395)
dependabot[bot] Nov 8, 2022
6ca9091
chore(deps-dev): bump jest-environment-jsdom from 29.3.0 to 29.3.1 (#…
dependabot[bot] Nov 9, 2022
a21e641
chore(deps-dev): bump webpack from 5.74.0 to 5.75.0 (#398)
dependabot[bot] Nov 10, 2022
2fec7ca
chore(deps-dev): bump prettier-plugin-organize-imports (#399)
dependabot[bot] Nov 10, 2022
31d2921
chore(deps-dev): bump @typescript-eslint/eslint-plugin (#400)
dependabot[bot] Nov 15, 2022
990855c
chore(docs): clean dir
cainthebest Nov 15, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ jobs:
github-token: ${{ secrets.AUTOMERGE_TOKEN }}
command: "squash and merge"
target: minor
approve: false
2 changes: 0 additions & 2 deletions docs/.gitignore

This file was deleted.

Empty file removed docs/.nojekyll
Empty file.
4 changes: 0 additions & 4 deletions docs/.well-known/brave-rewards-verification.txt

This file was deleted.

1 change: 0 additions & 1 deletion docs/CNAME

This file was deleted.

83 changes: 0 additions & 83 deletions docs/benchmark.js

This file was deleted.

52 changes: 0 additions & 52 deletions docs/config/404.md

This file was deleted.

35 changes: 0 additions & 35 deletions docs/config/sidebar.md

This file was deleted.

38 changes: 0 additions & 38 deletions docs/css/index.css

This file was deleted.

Binary file removed docs/favicon.ico
Binary file not shown.
124 changes: 0 additions & 124 deletions docs/index.html

This file was deleted.

12 changes: 0 additions & 12 deletions docs/js/index.js

This file was deleted.

Loading