Skip to content

Commit 0a5dbe4

Browse files
committed
docs update
Signed-off-by: chandr-andr (Kiselev Aleksandr) <chandr@chandr.net>
1 parent abcfc46 commit 0a5dbe4

38 files changed

+38
-38
lines changed

.github/workflows/release_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: peaceiris/actions-gh-pages@v3
3434
with:
3535
personal_token: ${{ secrets.PERSONAL_TOKEN }}
36-
external_repository: qaspen-python/psqlpy.github.io
36+
external_repository: qaspen-python/qaspen-python.github.io
3737
publish_dir: ./docs_dist
3838
user_name: "github-actions[bot]"
3939
user_email: "github-actions[bot]@users.noreply.github.com"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Driver for PostgreSQL written fully in Rust and exposed to Python.
88
Main goals of the library is speed and type safety.
99

1010
## Documentation
11-
You can find full documentation here - [PSQLPy documentation](https://psqlpy.github.io/)
11+
You can find full documentation here - [PSQLPy documentation](https://qaspen-python.github.io/)
1212

1313
## Installation
1414

docs/.vuepress/.temp/pages/404.html.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import comp from "/Users/aleksandrkiselev/Projects/qaspen-python/psqlpy/docs/.vuepress/.temp/pages/404.html.vue"
2-
const data = JSON.parse("{\"path\":\"/404.html\",\"title\":\"\",\"lang\":\"en-US\",\"frontmatter\":{\"layout\":\"NotFound\",\"description\":\"404 Not Found\",\"head\":[[\"meta\",{\"property\":\"og:url\",\"content\":\"https://psqlpy.github.io/404.html\"}],[\"meta\",{\"property\":\"og:site_name\",\"content\":\"PSQLPy\"}],[\"meta\",{\"property\":\"og:description\",\"content\":\"404 Not Found\"}],[\"meta\",{\"property\":\"og:type\",\"content\":\"website\"}],[\"meta\",{\"property\":\"og:locale\",\"content\":\"en-US\"}],[\"script\",{\"type\":\"application/ld+json\"},\"{\\\"@context\\\":\\\"https://schema.org\\\",\\\"@type\\\":\\\"WebPage\\\",\\\"name\\\":\\\"\\\",\\\"description\\\":\\\"404 Not Found\\\"}\"]]},\"headers\":[],\"filePathRelative\":null,\"autoDesc\":true,\"excerpt\":\"<p>404 Not Found</p>\\n\"}")
2+
const data = JSON.parse("{\"path\":\"/404.html\",\"title\":\"\",\"lang\":\"en-US\",\"frontmatter\":{\"layout\":\"NotFound\",\"description\":\"404 Not Found\",\"head\":[[\"meta\",{\"property\":\"og:url\",\"content\":\"https://qaspen-python.github.io/404.html\"}],[\"meta\",{\"property\":\"og:site_name\",\"content\":\"PSQLPy\"}],[\"meta\",{\"property\":\"og:description\",\"content\":\"404 Not Found\"}],[\"meta\",{\"property\":\"og:type\",\"content\":\"website\"}],[\"meta\",{\"property\":\"og:locale\",\"content\":\"en-US\"}],[\"script\",{\"type\":\"application/ld+json\"},\"{\\\"@context\\\":\\\"https://schema.org\\\",\\\"@type\\\":\\\"WebPage\\\",\\\"name\\\":\\\"\\\",\\\"description\\\":\\\"404 Not Found\\\"}\"]]},\"headers\":[],\"filePathRelative\":null,\"autoDesc\":true,\"excerpt\":\"<p>404 Not Found</p>\\n\"}")
33
export { comp, data }
44

55
if (import.meta.webpackHot) {

docs/.vuepress/.temp/pages/components/components_overview.html.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/.vuepress/.temp/pages/components/connection.html.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)