1
0
mirror of https://github.com/gluster/glusterdocs.git synced 2026-02-07 12:46:36 +01:00

6 Commits

Author SHA1 Message Date
Fredrik Carlbom
db16d37ff4 Fix quick start test (#767)
The quick start test mounted to /mnt instead of a sub-directory to it which can cause problems.

Co-authored-by: Fredrik Carlbom <fredrik.carlbom@sectra.com>
2023-04-10 12:32:42 +05:30
Niraj Kumar Yadav
955abfba08 Hide 'Copy to clipboard' on non-code blocks and improvements to Getting Started section (#732)
* [QOL] Hide 'Copy To Clipboard' button on non-code blocks

Sitewide there are multiple code blocks that do not contain
any code in them. But still a `Copy code to clipboard` button
is shown, this patch addresses this issue. It is a QOL improvement
that makes distinguishing code blocks visually easier.

To use this new feature, we need to start our code block like:
```{ .language_name .no-copy }
    ...
    ...
    ...
```

Where language_name is something that can vary (console in our case mostly).
The .no-copy attribute is what disables the function on that particular block.

Signed-off-by: black-dragon74 <niryadav@redhat.com>

* [getting-started] Multiple improvements and cleaner syntax

This is a first of many patches that'll follow for subsequent sections sitewide
which moves OLD md syntax to NEW one and also address any other semantics that come
into notice.

Signed-off-by: black-dragon74 <niryadav@redhat.com>

* Properly annotate code blocks

Signed-off-by: black-dragon74 <niryadav@redhat.com>

* Fix code formatter errors

Signed-off-by: black-dragon74 <niryadav@redhat.com>
2022-05-30 13:02:59 +05:30
nik-redhat
3f5969f83d Updated note in quick start guide
Signed-off-by: nik-redhat <nladha@redhat.com>
2022-05-12 18:39:59 +05:30
sankarshan
0167a5e986 Updated Quickstart to make current (#528)
Added newer Fedora release versions; linked to Fedora EoL page; removed the GlusterD2 section given that it is no longer under active development within the project.
2020-02-04 17:55:33 +05:30
Aravinda VK
94e2e89260 Markdown code highlight fixes
- Fixes to Markdown syntax for code highlight
- `console` is used to highlight shell sessions
- Uniform char used for shell "#" in code blocks.
- Snapshot page styles fixed
- Replica 2 examples changed to Replica 3

Signed-off-by: Aravinda VK <avishwan@redhat.com>
2019-10-15 19:42:46 +05:30
Nigel Babu
5ba15a2b41 Move us to the latest mkdocs (#400)
* Switch to latest mkdocs
* Update travis to python3.6
* Fix for the JS error
* Add themedir
* Update the template to match latest base.html
2018-08-07 09:38:21 +05:30