Skip to content

Commit

Permalink
update packages (#282)
Browse files Browse the repository at this point in the history
* update packages

* update packages
  • Loading branch information
joshuafernandes authored Sep 17, 2024
1 parent ec54bd0 commit 9325222
Show file tree
Hide file tree
Showing 9 changed files with 3,843 additions and 2,965 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,3 @@ jobs:

- name: Build
uses: ConsenSys/docs-gha/build@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 0 additions & 1 deletion .github/workflows/case.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@ jobs:
- name: Case check action
uses: ConsenSys/docs-gha/case@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOC_DIR: ${{ matrix.folder }}
SKIP_TEST: true
4 changes: 0 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ jobs:

- name: Lint code
uses: ConsenSys/docs-gha/lint@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Lint markdown
uses: ConsenSys/docs-gha/lint-markdown@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 0 additions & 1 deletion .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ jobs:
- name: Vale
uses: Consensys/docs-gha/spelling@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FILEPATHS: "docs"

2 changes: 0 additions & 2 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,3 @@ jobs:
- uses: actions/checkout@v4
- name: Trivy
uses: ConsenSys/docs-gha/trivy@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36 changes: 1 addition & 35 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,39 +4,6 @@ const darkCodeTheme = require("prism-react-renderer").themes.dracula;
const isDev = process.env.NODE_ENV === "development";
const baseUrl = isDev ? "/" : "/";

// /**
// * @type {import('redocusaurus').PresetEntry}
// */
// const redocusaurus = [
// "redocusaurus",
// {
// specs: [
// {
// id: "using-remote-url",
// // Remote File
// spec: "https://raw.githubusercontent.com/rohit-gohri/redocusaurus/main/website/openapi/single-file/openapi.yaml",
// route: "/api/",
// },
// ],
// theme: {
// /**
// * Highlight color for docs
// */
// primaryColor: "#3655d5",
// primaryColorDark: "#a2aeec",
// /**
// * Options to pass to redoc
// * @see https://github.com/redocly/redoc#redoc-options-object
// */
// options: { disableSearch: true },
// /**
// * Options to pass to override RedocThemeObject
// * @see https://github.com/Redocly/redoc#redoc-theme-object
// */
// theme: {},
// },
// },
// ];

/** @type {import('@docusaurus/types').Config} */
const config = {
Expand Down Expand Up @@ -106,7 +73,6 @@ const config = {
},
},
],
// redocusaurus,
],

themeConfig:
Expand Down Expand Up @@ -486,4 +452,4 @@ const config = {
],
};

module.exports = config;
module.exports = config;
Loading

0 comments on commit 9325222

Please sign in to comment.