mirror of https://github.com/eyhc1/rendercv.git
docs: add `engineeringresumes` page
This commit is contained in:
parent
30725aacae
commit
28ae2aea2c
|
@ -8,3 +8,7 @@ In this section, you can find how RenderCV's components are structured and how t
|
|||
- [data_models.py](data_models.md) – This module contains classes and functions to parse and validate RenderCV's input YAML.
|
||||
- [renderer.py](renderer.md) – This module implements $\LaTeX$ file generation and $\LaTeX$ runner utilities for RenderCV.
|
||||
- [themes](themes/index.md) – This package contains all the built-in themes of RenderCV.
|
||||
- [classic](themes/classic.md)
|
||||
- [engineeringresumes](themes/engineeringresumes.md)
|
||||
- [sb2nov](themes/sb2nov.md)
|
||||
- [moderncv](themes/moderncv.md)
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
# Engineeringresumes Theme
|
||||
|
||||
::: rendercv.themes.engineeringresumes
|
|
@ -57,6 +57,7 @@ nav:
|
|||
- classic: reference/themes/classic.md
|
||||
- moderncv: reference/themes/moderncv.md
|
||||
- sb2nov: reference/themes/sb2nov.md
|
||||
- engineeringresumes: reference/themes/engineeringresumes.md
|
||||
- Changelog: changelog.md
|
||||
|
||||
markdown_extensions:
|
||||
|
|
Loading…
Reference in New Issue