diff --git a/units/en/_toctree.yml b/units/en/_toctree.yml index 5687ff8..2f7401b 100644 --- a/units/en/_toctree.yml +++ b/units/en/_toctree.yml @@ -1,4 +1,6 @@ - title: 0. Setup sections: + - local: index + title: Index Page - local: unit1/1 title: Introduction diff --git a/units/en/index.mdx b/units/en/index.mdx new file mode 100644 index 0000000..865fc3d --- /dev/null +++ b/units/en/index.mdx @@ -0,0 +1 @@ +# Index Page \ No newline at end of file