From 74eddb4bda36574c79ee5b572a4aa79056fab768 Mon Sep 17 00:00:00 2001 From: Maxim Reznik Date: Tue, 17 Sep 2024 20:24:52 +0300 Subject: [PATCH] Add intro-ada-ukr course to toctree --- .gitignore | 1 + content/hidden_ukr.txt | 13 ++++++++++++- content/index.md | 25 ++++++++++++++++--------- 3 files changed, 29 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 57a2fe9a3..d0742dddc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +*.db .DS_Store *.pyc env diff --git a/content/hidden_ukr.txt b/content/hidden_ukr.txt index 9fdb8e3ab..1217fbf32 100644 --- a/content/hidden_ukr.txt +++ b/content/hidden_ukr.txt @@ -1,3 +1,14 @@ -courses +courses/Ada_For_The_CPP_Java_Developer +courses/Ada_For_The_Embedded_C_Developer +courses/ada-idioms +courses/advanced-ada +courses/advanced-spark +courses/GNAT_Toolchain_Intro +courses/Guidelines_for_Safe_and_Secure_Ada_SPARK +courses/intro-to-ada +courses/intro-to-embedded-sys-prog +courses/intro-to-spark +courses/SPARK_for_the_MISRA_C_Developer +courses/whats-new-in-ada-2022 labs training_examples diff --git a/content/index.md b/content/index.md index b11a30e9d..2399bd868 100644 --- a/content/index.md +++ b/content/index.md @@ -7,13 +7,6 @@ забезпечення: від мікроядер і мініатюрних вбудованих систем реального часу до масштабних корпоративних рішень і всього, що знаходиться між цим. -```{toctree} -:maxdepth: 2 -:caption: "Contents:" - -about -``` - ## Спробуй Аду прямо зараз: ```{code} ada run_button project=Introduction main=learn.adb @@ -31,6 +24,20 @@ begin end Learn; ``` -```{postlist} +`````{container} content-blocks -``` + ````{only} builder_html + ```{toctree} + :maxdepth: 4 + + about + ``` + ```` + + ```{toctree} + :maxdepth: 1 + :caption: "Courses:" + + Введення в Ada + ``` +`````