Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoon committed Sep 7, 2024
1 parent a1e5fb7 commit a47395b
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
site_name: Python Project Template
site_url: 'https://deargen-ai.gitlab.io/python-project-template-docs'
site_url: 'https://deargen.gitlab.io/slack-helpers'
repo_url: 'https://github.com/deargen/slack-helpers'
copyright: |
&copy; 2024 <a href="https://deargen.me" target="_blank" rel="noopener">Deargen Inc.</a>
Expand All @@ -13,27 +13,6 @@ nav:
- Home:
- Overview: index.md
- Changelog: CHANGELOG.md
- Document Generator:
- MkDocs: mkdocs/mkdocs.md
- GitLab Pages 세팅: mkdocs/gitlab_pages.md
- 파이썬 referencing: mkdocs/mkdocstrings.md
- API Reference 페이지: mkdocs/api_reference.md
- Admonition (Note 창): mkdocs/admonitions.md
- Git:
- 커밋 메시지: git/git_commit.md
- GitHub 사용법: git/github.md
- 버전 릴리즈: git/release_version.md
- Format code on GitHub: git/format_code.md
- Python tools:
- Formatters (black, isort): python_tools/formatters.md
- Linter (ruff): python_tools/linter.md
- LSP (pylance): python_tools/lsp.md
- TODO highlights: python_tools/todo_highlights.md
- 기타 플러그인: python_tools/other_vscode_extensions.md
- Python:
- logging: python/logging.md
- Version from Git Tag: python/versioneer.md
- Configuration: python/configuration.md
# defer to gen-files + literate-nav
- API reference:
- mkdocstrings-python: reference/
Expand Down

0 comments on commit a47395b

Please sign in to comment.