From 39e3237148831bf830ef135dc23a36348e0de002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernardo=20De=20Marco=20Gon=C3=A7alves?= Date: Sun, 9 Mar 2025 19:34:07 -0300 Subject: [PATCH 1/4] update outdated links --- docs/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/index.md b/docs/index.md index 95ad65bc15..617fa41293 100644 --- a/docs/index.md +++ b/docs/index.md @@ -12,13 +12,13 @@ file usually ending with `.md` extension. These .md files are used by Docusaurus have to write HTML by manually. You may co-relate with the source of this (Markdown) page at: -https://github.com/apache/cloudstack-www/blob/main/src/pages/website-guide.md +https://github.com/apache/cloudstack-www/blob/main/docs/index.md For basic Markdown syntax reference, please refer: https://www.markdownguide.org/basic-syntax/ Refer to the following for Docusaurus supported markdown features: -https://docusaurus.io/docs/2.3.1/markdown-features +https://docusaurus.io/docs/markdown-features ## Working with the Website, Pages and Blogs @@ -134,7 +134,7 @@ If you don't want table of contents show up on right-side of a page/blog, then don't use the Markdown syntax for h2 (##), h3 (###) etc. instead use the HTML `

`, `

` etc. which will not show the ToC on a page/blog. -Further reference: https://docusaurus.io/docs/2.3.1/markdown-features/toc +Further reference: https://docusaurus.io/docs/markdown-features/toc ## Images @@ -149,7 +149,7 @@ Which results in: ![](/img/banner.svg "Example image title") -Further reference: https://docusaurus.io/docs/2.3.1/markdown-features/assets +Further reference: https://docusaurus.io/docs/markdown-features/assets ## Buttons @@ -191,7 +191,7 @@ Example of code block: ## Using Admonitions -Refer to https://docusaurus.io/docs/2.3.1/markdown-features/admonitions +Refer to https://docusaurus.io/docs/markdown-features/admonitions :::tip From 3d915561f29cad3a7c179ab0d0f95f35a1d7ad65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernardo=20De=20Marco=20Gon=C3=A7alves?= Date: Sun, 9 Mar 2025 19:38:11 -0300 Subject: [PATCH 2/4] update links and fix typo --- docs/index.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/index.md b/docs/index.md index 617fa41293..9abc40037e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -12,13 +12,13 @@ file usually ending with `.md` extension. These .md files are used by Docusaurus have to write HTML by manually. You may co-relate with the source of this (Markdown) page at: -https://github.com/apache/cloudstack-www/blob/main/docs/index.md +https://github.com/apache/cloudstack-www/blob/main/docs/2.x/index.md For basic Markdown syntax reference, please refer: https://www.markdownguide.org/basic-syntax/ Refer to the following for Docusaurus supported markdown features: -https://docusaurus.io/docs/markdown-features +https://docusaurus.io/docs/2.x/markdown-features ## Working with the Website, Pages and Blogs @@ -54,7 +54,7 @@ Use the provided index.md to specify attribute of your blog such as title, tags Having all your blog content and assets in a blog directory makes it easier to work with GitHub's editor and allows you to visually contribute changes. -You may further read https://docusaurus.io/docs/blog for advance changes and +You may further read https://docusaurus.io/docs/2.x/blog for advance changes and refer to the misc section on this page for various components that you case use. A common use-case is to have a header file and a way to limit how much of the @@ -134,7 +134,7 @@ If you don't want table of contents show up on right-side of a page/blog, then don't use the Markdown syntax for h2 (##), h3 (###) etc. instead use the HTML `

`, `

` etc. which will not show the ToC on a page/blog. -Further reference: https://docusaurus.io/docs/markdown-features/toc +Further reference: https://docusaurus.io/docs/2.x/markdown-features/toc ## Images @@ -149,7 +149,7 @@ Which results in: ![](/img/banner.svg "Example image title") -Further reference: https://docusaurus.io/docs/markdown-features/assets +Further reference: https://docusaurus.io/docs/2.x/markdown-features/assets ## Buttons @@ -169,7 +169,7 @@ For examples:

-Buttons can also have colours depending on the class used, such as: +Buttons can also have colors depending on the class used, such as: BUTTON
@@ -191,7 +191,7 @@ Example of code block: ## Using Admonitions -Refer to https://docusaurus.io/docs/markdown-features/admonitions +Refer to https://docusaurus.io/docs/2.x/markdown-features/admonitions :::tip From 32f87269a547426aa15f34da33320479283a3405 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernardo=20De=20Marco=20Gon=C3=A7alves?= Date: Sun, 9 Mar 2025 19:39:57 -0300 Subject: [PATCH 3/4] update link --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 9abc40037e..194d34bb94 100644 --- a/docs/index.md +++ b/docs/index.md @@ -12,7 +12,7 @@ file usually ending with `.md` extension. These .md files are used by Docusaurus have to write HTML by manually. You may co-relate with the source of this (Markdown) page at: -https://github.com/apache/cloudstack-www/blob/main/docs/2.x/index.md +https://github.com/apache/cloudstack-www/blob/main/docs/index.md For basic Markdown syntax reference, please refer: https://www.markdownguide.org/basic-syntax/ From b02448e09348d6b4157a027d4b4da8979343a819 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernardo=20De=20Marco=20Gon=C3=A7alves?= Date: Sun, 9 Mar 2025 19:45:39 -0300 Subject: [PATCH 4/4] update link --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 194d34bb94..831a741de9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -54,7 +54,7 @@ Use the provided index.md to specify attribute of your blog such as title, tags Having all your blog content and assets in a blog directory makes it easier to work with GitHub's editor and allows you to visually contribute changes. -You may further read https://docusaurus.io/docs/2.x/blog for advance changes and +You may further read https://docusaurus.io/docs/blog for advance changes and refer to the misc section on this page for various components that you case use. A common use-case is to have a header file and a way to limit how much of the