-
-
Notifications
You must be signed in to change notification settings - Fork 641
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: highlight code tags, correct typos and and adjust servers codeb…
…lock highlight in tutorials __Enhancement:__ The code tags should appear bold everywhere in the docs __Typo:__ Found some typos in tutorials + missing of proper redirects. __Fix:__ The Codeblock in servers.md in not hightlighted correctly. Signed-off-by: nikhilkalburgi <nikhilkalburgi19@gmail.com>
- Loading branch information
1 parent
57860a1
commit 66f283e
Showing
5 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -340,4 +340,8 @@ abbr[title] { | |
|
||
.meeting-card:hover > div:nth-child(2) > p { | ||
color: white; | ||
} | ||
|
||
code{ | ||
font-weight: bold; | ||
} |