Skip to content

Commit

Permalink
Update docusaurus version to 3.6.3 (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
3keyroman authored Dec 22, 2024
1 parent f97e7fa commit f5d7cad
Show file tree
Hide file tree
Showing 3 changed files with 2,918 additions and 2,557 deletions.
10 changes: 6 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const config = {
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/czertainly_sign_color.svg',
organizationName: '3KeyCompany', // Usually your GitHub org/user name.
organizationName: 'CZERTAINLY', // Usually your GitHub org/user name.
projectName: 'CZERTAINLY-Documentation', // Usually your repo name.
trailingSlash: false,

Expand All @@ -40,7 +40,7 @@ const config = {
name: "czertainly-helm-docs", // used by CLI, must be path safe
noRuntimeDownloads: true, // disable runtime downloads, use only CLI to download (docusaurus download-remote-czertainly-helm-docs)
performCleanup: false, // do not remove downloaded files on build
sourceBaseUrl: "https://raw.githubusercontent.com/3KeyCompany/CZERTAINLY-Helm-Charts/"+chartVersion+"/charts/czertainly/docs/", // the base url for the markdown (gets prepended to all of the documents when fetching)
sourceBaseUrl: "https://raw.githubusercontent.com/CZERTAINLY/CZERTAINLY-Helm-Charts/"+chartVersion+"/charts/czertainly/docs/", // the base url for the markdown (gets prepended to all of the documents when fetching)
outDir: "docs/certificate-key/installation-guide/deployment/deployment-helm", // the base directory to output to.
documents: ["configurable-parameters.md", "overview.md", "troubleshooting.md", "upgrading.md"], // the file names to download
},
Expand Down Expand Up @@ -73,9 +73,11 @@ const config = {
'@docusaurus/preset-classic',
({
docs: {
showLastUpdateAuthor: true,
showLastUpdateTime: true,
sidebarPath: require.resolve('./sidebars.js'),
editUrl: ({versionDocsDirPath, docPath}) =>
`https://github.com/3KeyCompany/CZERTAINLY-Documentation/edit/documentation/${versionDocsDirPath}/${docPath}`,
`https://github.com/CZERTAINLY/CZERTAINLY-Documentation/edit/documentation/${versionDocsDirPath}/${docPath}`,
remarkPlugins: [
[
remarkFindReplacePlugin,
Expand Down Expand Up @@ -513,7 +515,7 @@ const config = {
// position: 'left',
// },
{
href: 'https://github.com/3KeyCompany/CZERTAINLY/discussions',
href: 'https://github.com/CZERTAINLY/CZERTAINLY/discussions',
className: 'pseudo-icon github-icon',
position: 'right',
},
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,25 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "3.4.0",
"@docusaurus/plugin-client-redirects": "3.4.0",
"@docusaurus/preset-classic": "3.4.0",
"@docusaurus/core": "^3.6.3",
"@docusaurus/plugin-client-redirects": "^3.6.3",
"@docusaurus/preset-classic": "^3.6.3",
"@fortawesome/fontawesome-free": "^6.5.1",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mdx-js/react": "^3.0.0",
"@mdx-js/react": "^3.1.0",
"clsx": "^2.0.0",
"docusaurus-plugin-remote-content": "^4.0.0",
"plantuml-encoder": "^1.4.0",
"prism-react-renderer": "^2.3.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"redocusaurus": "^2.0.0"
"prism-react-renderer": "^2.4.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"redocusaurus": "^2.2.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.4.0",
"@docusaurus/types": "3.4.0"
"@docusaurus/module-type-aliases": "^3.6.3",
"@docusaurus/types": "^3.6.3"
},
"engines": {
"node": ">=18.0"
Expand Down
Loading

0 comments on commit f5d7cad

Please sign in to comment.