This is an automated email from the ASF dual-hosted git repository. dahn pushed a commit to branch staging-site in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git
The following commit(s) were added to refs/heads/staging-site by this push: new 7db9bbe4f Fix outdated links and a typo on the `Website Dev Guide` page (#297) 7db9bbe4f is described below commit 7db9bbe4f7ef3a72a7ff9ff5a4b968422fada7b6 Author: Bernardo De Marco Gonçalves <bernardomg2...@gmail.com> AuthorDate: Fri Mar 14 15:37:12 2025 -0300 Fix outdated links and a typo on the `Website Dev Guide` page (#297) --- docs/index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/index.md b/docs/index.md index 95ad65bc1..831a741de 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/2.x/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 `<h2>`, `<h3>` 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/2.x/markdown-features/toc ## Images @@ -149,7 +149,7 @@ Which results in:  -Further reference: https://docusaurus.io/docs/2.3.1/markdown-features/assets +Further reference: https://docusaurus.io/docs/2.x/markdown-features/assets ## Buttons @@ -169,7 +169,7 @@ For examples: <br/> <br/> -Buttons can also have colours depending on the class used, such as: +Buttons can also have colors depending on the class used, such as: <a class="button button--secondary" href="https://cloudstack.apache.org/" target="_blank">BUTTON</a> <br/> @@ -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/2.x/markdown-features/admonitions :::tip