Skip to content

Commit

Permalink
fix: content reorg + fontmatter
Browse files Browse the repository at this point in the history
fix: removed redundancies + added additional info

feat: added createRollupPrepareConfig function reference

fix: docs set relocation

fix: redundancies

fix: added additional parameter info

fix: special words reformatting

fix: additional round of word reformatting

fix: removed comment

fix: removed back-ticks for selected words

Feat: generated createRollupPrepareConfig, first edit

fix: some rephrasing

feat: improved wording

fix: scrub bad content

fix: fontmatter fix

fix: file renaming reflected in sidebars

feat: added createRollupPrepareTransactionReceipt

feat: added method to sidebars

Feat: integration Typedoc-plugin-markdown

Feat: Added orbit-sdk as a submodule

fix: renamed sdkDocsHandler > arbitrumSdkDocsHandler

feat: added orbit-sdk dedicated content mgmt script: `orbitSdkDocsHandler`

Feat: add LLM + TypeDoc generated content

Feat: added more gen docs

fix: generated doc code for missing functions

fix: add typedoc-generated md files

fix: updated generated content

fix: generated md files > `yarn format`

fix: generated and temp fixed orbit-sdk references

fix: temp removal error in generated files

feat: first iteration Orbit SDK reference

fix: temp removal generation arbitrum-sdk

fix: temp exclusion of `src` for arbitrum-sdk typedoc generation

fix: tmp removed arbitrum-orbit-sdk submodule

fix: put `src` back in 'docusaurus-plugin-typedoc' conf

fix: updated arbitrum-sdk

fix: deleted arbitrum-orbit-sdk from repo

fix: updated arbitrum-sdk

feat: add generated md files

fix: yarn format

feat: add arbitrum-orbit-sdk as submodule

feat: added script to build arbitrum-orbit-sdk

feat: added orbit-sdk index page to sidebars.js

feat: added orbit-sdk to docusaurus config

fix: test docgen iteration

fix: redocgen

fix: yarn format docgen

fix: regen orbit-sdk docs

fix: upgrade typedoc-plugin-markdown

fix: update typedoc-plugin-markdown

fix: disable mdx pre-processing

fix: commits squash

fix: remove orbit-sdk config

fix: missed `md` + add sdkDocsHandler

fix: remove orbit-sdk build invocation

fix: re-add arbitrum-sdk submodule

fix: erroneous switch to mdx on some link

fix: fix broken anchors iteration #1

fix: fix broken anchors iteration #2
  • Loading branch information
anegg0 committed Jun 26, 2024
1 parent 2f54cc1 commit 601f9ac
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"@docusaurus/theme-mermaid": "^3.3.2",
"classnames": "^2.5.1",
"clsx": "^1.2.1",
"docusaurus": "^1.14.7",
"docusaurus-lunr-search": "^3.3.2",
"docusaurus-plugin-fathom": "^1.2.0",
"docusaurus-plugin-sass": "^0.2.5",
Expand All @@ -53,17 +52,13 @@
"markdown-link-extractor": "^3.1.0",
"prettier": "^2.8.3",
"ts-node": "^10.9.1",
"typedoc": "^0.26.2",
"typedoc": "^0.25.13",
"typedoc-plugin-frontmatter": "^1.0.0",
"typedoc-plugin-markdown": "^4.1.0",
"typedoc-plugin-markdown": "^4.0.3",
"typescript": "^4.7.4"
},
"browserslist": {
"production": [
">0.5%",
"not dead",
"not op_mini all"
],
"production": [">0.5%", "not dead", "not op_mini all"],
"development": [
"last 1 chrome version",
"last 1 firefox version",
Expand Down

0 comments on commit 601f9ac

Please sign in to comment.