Skip to content

Commit

Permalink
docs: create typedoc theme and plugins for references (#5297)
Browse files Browse the repository at this point in the history
* update typedoc and its plugins

* refactor existing typedoc configurations

* added new typedoc plugin and themes

* added more customization options

* added more customization options

* refactored doc-utils to a workspace

* fix tsconfig

* update README files

* remove comments

* revert type changes

* remove dependencies no longer needed

* removed modules action
  • Loading branch information
shahednasser authored Oct 5, 2023
1 parent b3f75d8 commit 0350eeb
Show file tree
Hide file tree
Showing 110 changed files with 7,182 additions and 930 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docs-freshness-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,10 @@ jobs:
with:
extension: docs-freshness-check

- name: Install Workspace dependencies
run: yarn install
working-directory: docs-utils

- name: Perform Freshness Check
run: yarn check:freshness
working-directory: docs-utils/packages/scripts
6 changes: 4 additions & 2 deletions .github/workflows/docs-new-announcement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@ jobs:
with:
extension: docs-release

- name: Build Packages
run: yarn build
- name: Install Workspace dependencies
run: yarn install
working-directory: docs-utils

- name: Generate Announcement Bar
run: yarn generate:announcement
working-directory: docs-utils/packages/scripts

- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/docs-remove-announcement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,13 @@ jobs:
with:
extension: docs-remove-announcement

- name: Install Workspace dependencies
run: yarn install
working-directory: docs-utils

- name: Remove Announcement Bar
run: yarn generate:announcement --expire
working-directory: docs-utils/packages/scripts

- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- name: Install Workspace dependencies
working-directory: www
run: yarn install

- name: Build Docusaurus website
working-directory: www
env:
Expand Down
48 changes: 0 additions & 48 deletions .github/workflows/generate-api-reference.yml

This file was deleted.

47 changes: 0 additions & 47 deletions .github/workflows/generate-entity-reference.yml

This file was deleted.

47 changes: 0 additions & 47 deletions .github/workflows/generate-js-reference.yml

This file was deleted.

47 changes: 0 additions & 47 deletions .github/workflows/generate-reference.yml

This file was deleted.

Loading

0 comments on commit 0350eeb

Please sign in to comment.