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

update packages #282

Merged
merged 2 commits into from
Sep 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
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