Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
26 changes: 13 additions & 13 deletions docs/subjects/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@

Here you can find knowledge about the EASA ATPL subjects

[010 - Air Law](/subjects/010-alw)
[010 - Air Law](010-alw/index.md)

[021 - AGK - Airframes, Systems, Electrics & Power Plant](/subjects/021-agk)
[021 - AGK - Airframes, Systems, Electrics & Power Plant](021-agk/index.md)

[022 - Instrumentation](/subjects/022-inst)
[022 - Instrumentation](022-inst/index.md)

[031 - Mass & Balance](/subjects/031-m&b)
[031 - Mass & Balance](031-mb/index.md)

[032 - Performance](/subjects/032-perf)
[032 - Performance](032-perf/index.md)

[040 - Human Performance & Limitations](/subjects/040-hpl)
[040 - Human Performance & Limitations](040-hpl/index.md)

[050 - Meteorology](/subjects/050-met)
[050 - Meteorology](050-met/index.md)

[061 - General Navigation](/subjects/061-gnav)
[061 - General Navigation](061-gnav/index.md)

[062 - Radio Navigation](/subjects/062-rnav)
[062 - Radio Navigation](062-rnav/index.md)

[070 - Operational Procedures](/subjects/070-ops)
[070 - Operational Procedures](070-ops/index.md)

[081 - Principles of Flight](/subjects/081-pof)
[081 - Principles of Flight](081-pof/index.md)

[090 - Communications](/subjects/090-com)
[090 - Communications](090-com/index.md)

[100 - Knowledge, Skills & Attitude](/subjects/100-ksa)
[100 - Knowledge, Skills & Attitude](100-ksa/index.md)
38 changes: 10 additions & 28 deletions zensical.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ copyright = """
"subjects/022-inst/index.md",
]},
{"Mass & Balance" = [
"subjects/031-m&b/index.md",
"subjects/031-mb/index.md",
]},
{"Performance" = [
"subjects/032-perf/index.md",
Expand Down Expand Up @@ -376,65 +376,47 @@ icon = "fontawesome/brands/discord"
link = "https://discord.atpl.network"

# ----------------------------------------------------------------------------
# Markdown Extensions
# In this section you can configure the Markdown extensions that are used when
# rendering your documentation. We enable the most useful extensions by default,
# but you can customize this list to your needs.
#
# Read more:
# - https://zensical.org/docs/setup/extensions/
# ----------------------------------------------------------------------------
[project.markdown_extensions.abbr]
[project.markdown_extensions.admonition]
[project.markdown_extensions.attr_list]
[project.markdown_extensions.def_list]
[project.markdown_extensions.footnotes]
[project.markdown_extensions.md_in_html]

[project.markdown_extensions.toc]
permalink = true

[project.markdown_extensions.pymdownx.arithmatex]
generic = true

[project.markdown_extensions.pymdownx.betterem]
smart_enable = "all"

[project.markdown_extensions.pymdownx.caret]
[project.markdown_extensions.pymdownx.details]

[project.markdown_extensions.pymdownx.emoji]
emoji_generator = "zensical.extensions.emoji.to_svg"
emoji_index = "zensical.extensions.emoji.twemoji"

[project.markdown_extensions.pymdownx.highlight]
anchor_linenums = true
line_spans = "__span"
pygments_lang_class = true

[project.markdown_extensions.pymdownx.inlinehilite]
[project.markdown_extensions.pymdownx.keys]

[project.markdown_extensions.pymdownx.magiclink]
normalize_issue_symbols = true
repo_url_shorthand = true
user = "zensical"
repo = "zensical"

[project.markdown_extensions.pymdownx.mark]
[project.markdown_extensions.pymdownx.smartsymbols]
[project.markdown_extensions.pymdownx.snippets]

[project.markdown_extensions.pymdownx.superfences]
[[project.markdown_extensions.pymdownx.superfences.custom_fences]]
name = "mermaid"
class = "mermaid"
format = "pymdownx.superfences.fence_code_format"

custom_fences = [
{ name = "mermaid", class = "mermaid", format = "pymdownx.superfences.fence_code_format" }
]
[project.markdown_extensions.pymdownx.tabbed]
alternate_style = true
combine_header_slug = true

[project.markdown_extensions.pymdownx.tabbed.slugify]
case = "lower"

[project.markdown_extensions.pymdownx.tasklist]
custom_checkbox = true

[project.markdown_extensions.pymdownx.tilde]

[project.markdown_extensions.zensical.extensions.preview]
Expand Down
Loading