diff --git a/docs/user_guide/index.md b/docs/user_guide/index.md index 07c691db..ba226af0 100644 --- a/docs/user_guide/index.md +++ b/docs/user_guide/index.md @@ -108,10 +108,10 @@ Each of these `*.j2.tex` files is $\LaTeX$ code with some Python in it. These fi The best way to understand how they work is to look at the templates of the built-in themes: -- [templates of the `classic` theme](../reference/themes/classic.md) -- [templates of the `engineeringresumes` theme](../reference/themes/engineeringresumes.md) -- [templates of the `sb2nov` theme](../reference/themes/sb2nov.md) -- [templates of the `moderncv` theme](../reference/themes/moderncv.md) +- [templates of the `classic` theme](../reference/themes/classic.md#jinja-templates) +- [templates of the `engineeringresumes` theme](../reference/themes/engineeringresumes.md#jinja-templates) +- [templates of the `sb2nov` theme](../reference/themes/sb2nov.md#jinja-templates) +- [templates of the `moderncv` theme](../reference/themes/moderncv.md#jinja-templates) For example, the content of `ExperienceEntry.j2.tex` for the `moderncv` theme is shown below: diff --git a/docs/user_guide/structure_of_the_yaml_input_file.md b/docs/user_guide/structure_of_the_yaml_input_file.md index 68d37313..ffefed47 100644 --- a/docs/user_guide/structure_of_the_yaml_input_file.md +++ b/docs/user_guide/structure_of_the_yaml_input_file.md @@ -225,8 +225,8 @@ start_date: 2020-07 end_date: '2021-08-12' summary: Developed an [IOS application](https://example.com). highlights: -- Received more than **100,000 downloads**. -- Managed a team of **5** engineers. + - Received more than **100,000 downloads**. + - Managed a team of **5** engineers. ``` By default, the `summary` key will not affect the output as the built-in templates do not use it. However, you can use the `summary` key in your custom templates. Further information on overriding the built-in templates with custom ones can be found [here](index.md#overriding-built-in-themes). diff --git a/mkdocs.yaml b/mkdocs.yaml index 565dd75a..93478a5a 100644 --- a/mkdocs.yaml +++ b/mkdocs.yaml @@ -46,6 +46,7 @@ theme: - search.share # share search results with others - toc.follow # if toc sidebar doesn't fit, scroll to the active heading - content.code.annotate # allow annotations in code blocks + - content.tabs.link # switch all the content tabs to the same label nav: - Overview: index.md