Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand All @@ -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/2.x/markdown-features/assets

## Buttons

Expand All @@ -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/>
Expand All @@ -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
Expand Down