Skip to content

Commit 955abfb

Browse files
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>
1 parent 6e3d704 commit 955abfb

File tree

5 files changed

+199
-160
lines changed

5 files changed

+199
-160
lines changed

docs/Administrator-Guide/GlusterFS-Introduction.md

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,24 @@
1-
What is Gluster ?
2-
=================
1+
# What is Gluster ?
32

43
Gluster is a scalable, distributed file system that aggregates disk storage resources from multiple servers into a single global namespace.
54

65
### Advantages
76

8-
* Scales to several petabytes
9-
* Handles thousands of clients
10-
* POSIX compatible
11-
* Uses commodity hardware
12-
* Can use any ondisk filesystem that supports extended attributes
13-
* Accessible using industry standard protocols like NFS and SMB
14-
* Provides replication, quotas, geo-replication, snapshots and bitrot detection
15-
* Allows optimization for different workloads
16-
* Open Source
17-
7+
- Scales to several petabytes
8+
- Handles thousands of clients
9+
- POSIX compatible
10+
- Uses commodity hardware
11+
- Can use any ondisk filesystem that supports extended attributes
12+
- Accessible using industry standard protocols like NFS and SMB
13+
- Provides replication, quotas, geo-replication, snapshots and bitrot detection
14+
- Allows optimization for different workloads
15+
- Open Source
1816

1917
![640px-glusterfs_architecture](../images/640px-GlusterFS-Architecture.png)
2018

21-
22-
2319
Enterprises can scale capacity, performance, and availability on demand, with no vendor lock-in, across on-premise, public cloud, and hybrid environments.
2420
Gluster is used in production at thousands of organisations spanning media, healthcare, government, education, web 2.0, and financial services.
2521

26-
27-
2822
### Commercial offerings and support
2923

3024
Several companies offer support or [consulting](https://www.gluster.org/support/).

0 commit comments

Comments
 (0)