Skip to content

Commit

Permalink
Upgrade to Docusaurus 3.1.1 (#280)
Browse files Browse the repository at this point in the history
* Docusaurus 3.1.0

* Fix broken anchor link

* docusaurus 3.1.1

* fix links

* remove manual anchor

* warn on broken anchors

* Update glossary in #288

* Moved these link fixes to #299
  • Loading branch information
timothymcmackin authored Feb 9, 2024
1 parent 78079dd commit 860980f
Show file tree
Hide file tree
Showing 3 changed files with 304 additions and 302 deletions.
1 change: 1 addition & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const config = {
projectName: 'tezos-developer-docs',
onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',
onBrokenAnchors: 'warn',
i18n: {
defaultLocale: 'en',
locales: ['en'],
Expand Down
Loading

0 comments on commit 860980f

Please sign in to comment.