Skip to content

Commit

Permalink
nav
Browse files Browse the repository at this point in the history
  • Loading branch information
darkleaf committed Oct 18, 2018
1 parent 73f5e98 commit 80c3155
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ dev_addr: 0.0.0.0:8000
# strict: true

nav:
- Home: index.md
- Введение:
- "Home": index.md
- "Введение":
- 0-intro/1-for-whom.md
- 0-intro/2-what.md
- Clojure:
- "Clojure":
- 1-clojure/0-intro.md
- 1-clojure/1-basic-syntax.md
- 1-clojure/2-why-such-syntax.md
Expand All @@ -23,28 +23,28 @@ nav:
- 1-clojure/6-env.md
- 1-clojure/7-either.md
- 1-clojure/8-spec.md
- Design:
- "Design":
- 2-design/1-oo.md
- 2-design/2-solid.md
- 2-design/3-clean-architecture.md
- 2-design/4-ddd.md
- 2-design/5-di.md
- 2-design/6-persistence.md
- Core:
- "Core":
- 3-core/0-intro.md
- Domain:
- "Domain":
- 3-core/1-domain/1-entity-state.md
- 3-core/1-domain/2-aggregate-and-identity.md
- 3-core/1-domain/3-services.md
- Use cases:
- "Use cases":
- 3-core/2-use-cases/1-interactor.md
- 3-core/2-use-cases/2-session.md
- 3-core/2-use-cases/3-storage.md
- 3-core/2-use-cases/4-queries.md
- 3-core/2-use-cases/5-implementation.md
- 3-core/2-use-cases/6-conclusion.md
- 3-core/3-conclusion.md
- Web:
- "Web":
- 4-web/0-intro.md
- 4-web/1-ring.md
- 4-web/2-component.md
Expand All @@ -59,16 +59,16 @@ nav:
- 4-web/11-forms.md
- 4-web/12-security.md
- 4-web/13-system.md
- Persistence:
- "Persistence":
- 5-persistence/0-intro.md
- 5-persistence/1-tools.md
- 5-persistence/2-migrations.md
- 5-persistence/3-id-generator.md
- 5-persistence/4-storage.md
- 5-persistence/5-queries.md
- Crypto:
- "Crypto":
- 6-crypto/1-password-hasher.md
- Main:
- "Main":
- 7-main/0-intro.md
- 7-main/1-system.md
- 7-main/2-logging.md
Expand Down

0 comments on commit 80c3155

Please sign in to comment.