From ec2ab79209d6433d52f8983270b5d704cd921ad8 Mon Sep 17 00:00:00 2001 From: rschoene <rene.schoene@tu-dresden.de> Date: Thu, 24 Feb 2022 17:18:40 +0100 Subject: [PATCH] Fix documentation. --- pages/docs/{dumpAst.md => index.md} | 2 +- pages/mkdocs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename pages/docs/{dumpAst.md => index.md} (98%) diff --git a/pages/docs/dumpAst.md b/pages/docs/index.md similarity index 98% rename from pages/docs/dumpAst.md rename to pages/docs/index.md index 5b23549..43ab1c3 100644 --- a/pages/docs/dumpAst.md +++ b/pages/docs/index.md @@ -1,6 +1,6 @@ # DumpAst -The tool called `DumpAst` ([see in repo](https://git-st.inf.tu-dresden.de/jastadd/relast2uml/-/tree/master/dumpAst)) is used to create a snapshot of an AST and visualize it. +The tool called `DumpAst` ([see in repo](https://git-st.inf.tu-dresden.de/jastadd/relast2uml)) is used to create a snapshot of an AST and visualize it.  diff --git a/pages/mkdocs.yml b/pages/mkdocs.yml index 86bada7..ae9514a 100644 --- a/pages/mkdocs.yml +++ b/pages/mkdocs.yml @@ -3,7 +3,7 @@ repo_url: https://git-st.inf.tu-dresden.de/jastadd/relast2uml site_dir: ../public nav: - - "DumpAst": dumpAst.md + - "DumpAst": index.md - "Add to your project": adding.md - "API documentation": ragdoc/index.html -- GitLab