Skip to content

Commit

Permalink
task(mkdocs): rename repo, adjust docs
Browse files Browse the repository at this point in the history
  • Loading branch information
svaponi committed Apr 20, 2024
1 parent 04ede17 commit e06d369
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# fastapi-k8s
# fastapi-boilerplate

[FastAPI](https://fastapi.tiangolo.com/) app for Kubernetes.
Kickstart your [FastAPI](https://fastapi.tiangolo.com/) development with ease by forking this boilerplate repository.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# fastapi-k8s
# FastAPI Boilerplate App

[FastAPI](https://fastapi.tiangolo.com/) app for Kubernetes.
Kickstart your [FastAPI](https://fastapi.tiangolo.com/) development with ease.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
site_name: FastAPI on Kubernetes
site_url: https://svaponi.github.io/fastapi-k8s
site_url: https://svaponi.github.io/fastapi-boilerplate
nav:
- Home: index.md
- Setup: setup.md
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.poetry]
name = "fastapi-k8s"
name = "fastapi-boilerplate"
version = "0.1.0"
description = ""
authors = ["svaponi <10941963+svaponi@users.noreply.github.com>"]
Expand Down

0 comments on commit e06d369

Please sign in to comment.