Skip to content

Commit

Permalink
docs: migrate to docusaurus/improve docs/add a logo (#877)
Browse files Browse the repository at this point in the history
* feat(docs): init docusaurus docs and initial tihngs

change preset to 4c

finish init

change logos and favicon

fix few links

adjust baseurl for ghpages

rm classic preset

idk

more types in docs

remove unused images

remove unused files

change data back to 4catalyzer

change readme

minor change

change

italic

minor change

reinstate footer

* minor title change

* fix link

* update reade

* adjust readme

* adjust readme once again

* adjust links to 4Catalyzer

* linting

* adjust workflow
  • Loading branch information
golota60 committed Jan 4, 2022
1 parent 124e867 commit 5517608
Show file tree
Hide file tree
Showing 35 changed files with 9,318 additions and 1,099 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
!.babelrc.js
!.eslintrc.js

**/.docusaurus/
**/build/
**/coverage/
**/lib/
**/node_modules/
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --frozen-lockfile
- run: yarn --cwd www install --frozen-lockfile
- run: yarn test --coverage
- run: node_modules/.bin/codecov

0 comments on commit 5517608

Please sign in to comment.