Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-johan-grahn committed May 27, 2024
1 parent eae53ca commit 70f5a2d
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions theme_override/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
site_name: Developer Handbook
docs_dir: content
site_url: https://developerhandbook.stakater.com/
repo_url: https://github.com/stakater/developer-handbook
edit_uri: blob/master/content/
theme:
favicon: assets/images/favicon.png

nav:
- index.md
- Architecture:
- /content/architecture/ddd.md
- architecture/rest.md
- architecture/microservices/.md
- architecture/eda.md
- architecture/architecting-applications-for-kubernetes.md
- architecture/12-factors.md
- architecture/object-calisthenics.md
- Java Backend:
- java-backend/.md
- java-backend/datetime.md
- java-backend/logging.md
- java-backend/dto.md
- java-backend/force-not-null.md
- java-backend/wf-engine.md
- Frontend:
- frontend/js-frameworks/javascript-frameworks-seo-challenges.md
- frontend/css/css-best-practices.md
- frontend/js-frameworks/angular-code-guidelines.md
- frontend/architecture/spa-applications-architecture.md
- frontend/architecture/micro-frontends.md
- Database:
- database/.md
- API:
- api/general-guidelines.md
- api/naming.md
- api/resources.md
- api/request-response.md
- api/http.md
- api/json-guidelines.md
- api/foundations.md
- Testing:
- testing/backend.md
- testing/frontend.md
- Git:
- git/tbd.md
- git/commit-message-guidelines.md
- IAM:
- iam/basics.md
- Kubernetes:
- kubernetes/requests-limits.md
- kubernetes/storage.md
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 70f5a2d

Please sign in to comment.