Skip to content

Commit

Permalink
[version-4-1] docs: docusaurus v3.6.1 (#4693) (#4703)
Browse files Browse the repository at this point in the history
* docs: docusaurus v3.6.1 (#4693)

* docs: docusaurus v3.6.1 testing

* docs: remove html from troubleshooting

* docs: test CI disable

* ci: auto-formatting prettier issues

* ci: removed rsdoctor

* docs: disable all experimental

* docs: disable rspackBundler

* disable swcJsLoader

* docs: remove CI from netlify.toml

* docs: babel removal and enable swcJsLoader

* docs: revert swcJsLoader enablement

* ci: auto-formatting prettier issues

* docs: correct random line delete

* docs: revert line add

* docs: fix curl icon class

* docs: comment for swcJsLoader disablement

---------

Co-authored-by: benradstone <[email protected]>
Co-authored-by: Karl Cardenas <[email protected]>
(cherry picked from commit 6f892e6)

* ci: adding missing robots.txt or updating noindex in docusaurus.config.js

---------

Co-authored-by: benradstone <[email protected]>
  • Loading branch information
benradstone and benradstone authored Nov 13, 2024
1 parent 9ae3c0c commit 8e4eba9
Show file tree
Hide file tree
Showing 5 changed files with 3,781 additions and 1,138 deletions.
2 changes: 1 addition & 1 deletion docs/docs-content/troubleshooting/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ event stream is a good source for identifying issues in the event an operation d

Due to Spectro Cloud’s reconciliation logic, intermittent errors show up in the event stream. As an example, after
launching a node, errors might show up in the event stream regarding being unable to reach the node. However, the errors
clear up once the node comes up.<p></p> Error messages that persist over a long time or errors indicating issues with
clear up once the node comes up. Error messages that persist over a long time or errors indicating issues with
underlying infrastructure are an indication of a real problem.

:::
Expand Down
13 changes: 12 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,17 @@ const config = {
defaultLocale: "en",
locales: ["en"],
},
future: {
experimental_faster: {
swcJsLoader: false,
// Set to 'false' as Netlify builds fail with this enabled.
swcJsMinimizer: true,
swcHtmlMinimizer: true,
lightningCssMinimizer: true,
rspackBundler: true,
mdxCrossCompilerCache: true,
},
},
customFields: {
// Used to access the environment variable in the build process during the client-side step
DISABLE_PACKS_INTEGRATIONS: process.env.DISABLE_PACKS_INTEGRATIONS,
Expand Down Expand Up @@ -326,7 +337,7 @@ const config = {
{
highlight: "bash",
language: "curl",
logoClass: "bash",
logoClass: "curl",
},
{
highlight: "python",
Expand Down
Loading

0 comments on commit 8e4eba9

Please sign in to comment.