Commit bafaca2
authored
Add Valkey GLIDE C# client to clients page (#506)
### Description
Adds the [Valkey GLIDE
C#](https://github.com/valkey-io/valkey-glide-csharp) client to the
website, following its [v1.0.0
release](https://github.com/valkey-io/valkey-glide-csharp/releases/tag/v1.0.0).
Changes:
- Added `"/csharp/valkey-GLIDE.json"` to the `recommended_clients_paths`
list in `content/clients/_index.md` so the C# GLIDE client appears on
the `/clients/` page.
- Added a `csharp` case to the `format_language` macro in
`templates/macros/docs.html` to render the language name as "C#" instead
of "Csharp".
- Added "C#" to the homepage clients card feature list in
`content/_index.md`.
### Issues Resolved
:white_circle: None
### Check List
- [x] Commits are signed per the DCO using `--signoff`
By submitting this pull request, I confirm that my contribution is made
under the terms of the BSD-3-Clause License.
### Related
- The corresponding client JSON data file
(`clients/csharp/valkey-GLIDE.json`) is being added to `valkey-doc` via
valkey-io/valkey-doc#430.
---------
Signed-off-by: currantw <taylor.curran@improving.com>1 parent b2ee387 commit bafaca2
3 files changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
| |||
0 commit comments