Browse Source

docs: fix the typo in the documentation.

tags/v0.4.1-preview
Yaohui Liu 2 years ago
parent
commit
05194b03b8
No known key found for this signature in database GPG Key ID: E86D01E1809BD23E
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      docs/Architecture.md
  2. +1
    -1
      mkdocs.yml

docs/Architecher.md → docs/Architecture.md View File

@@ -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. The figure below shows the core framework structure, which is separated to four levels.



+ 1
- 1
mkdocs.yml View File

@@ -2,7 +2,7 @@ site_name: LLamaSharp Documentation
nav: nav:
- Overview: index.md - Overview: index.md
- Get Started: GetStarted.md - Get Started: GetStarted.md
- Architecher: Architecher.md
- Architecture: Architecture.md
- Tricks for FAQ: Tricks.md - Tricks for FAQ: Tricks.md
- Contributing Guide: ContributingGuide.md - Contributing Guide: ContributingGuide.md
- LLamaModel: - LLamaModel:


Loading…
Cancel
Save