How can I put the list items in bold font? #5429
-
Q. How can I put the list items on the side tabs in the bold font?
|
Beta Was this translation helpful? Give feedback.
Answered by
squidfunk
Apr 27, 2023
Replies: 2 comments 3 replies
-
Enable theme:
features:
- navigation.sections
nav:
- Home: index.md
- Linear Regression:
- Linear_regression.md
- Notebook: 01.Maximum_Likelihood_Estimation.ipynb
- Notebook: 02.Simple_Linear_Regression_Overview.ipynb |
Beta Was this translation helpful? Give feedback.
3 replies
-
All my questions are answered. Thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rename
Linear Regression/linear_regression.md
toLinear Regression/index.md
, as our documentation states:In order to link a page to a section, create a new document with the name
index.md
in the respective folder, and add it to the beginning of your navigation section: