diff --git a/docs/Architecher.md b/docs/Architecture.md similarity index 95% rename from docs/Architecher.md rename to docs/Architecture.md index a31d3e87..d7cc548e 100644 --- a/docs/Architecher.md +++ b/docs/Architecture.md @@ -1,6 +1,6 @@ -# Architecher +# Architecture -## Architecher of main functions +## Architecture of main functions The figure below shows the core framework structure, which is separated to four levels. diff --git a/mkdocs.yml b/mkdocs.yml index 8667b1ab..bdb3a44b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -2,7 +2,7 @@ site_name: LLamaSharp Documentation nav: - Overview: index.md - Get Started: GetStarted.md - - Architecher: Architecher.md + - Architecture: Architecture.md - Tricks for FAQ: Tricks.md - Contributing Guide: ContributingGuide.md - LLamaModel: