Skip to content

Commit 19a3ba0

Browse files
authored
Merge pull request #57 from qaspen-python/feature/remove_docs_to_main_repo
moved docs to repo
2 parents 77340b1 + be44522 commit 19a3ba0

File tree

8,953 files changed

+776373
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

8,953 files changed

+776373
-0
lines changed

.github/workflows/release_docs.yaml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
name: Release PSQLPy documentation
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
permissions:
9+
contents: write
10+
11+
jobs:
12+
deploy_docs:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: actions/checkout@v4
16+
- name: Setup pnpm
17+
uses: pnpm/action-setup@v2
18+
- name: Setup Node.js
19+
uses: actions/setup-node@v3
20+
with:
21+
node-version: 18
22+
cache: pnpm
23+
- name: Install deps
24+
run: pnpm install
25+
- name: Build
26+
run: pnpm docs:build -d docs_dist
27+
28+
- name: Setup git
29+
run: |
30+
git config --global lfs.allowincompletepush true
31+
32+
- name: Deploy
33+
uses: peaceiris/actions-gh-pages@v3
34+
with:
35+
personal_token: ${{ secrets.PERSONAL_TOKEN }}
36+
external_repository: qaspen-python/qaspen-python.github.io
37+
publish_dir: ./docs_dist
38+
user_name: "github-actions[bot]"
39+
user_email: "github-actions[bot]@users.noreply.github.com"
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
import { defineClientConfig } from "vuepress/client";
2+
import { hasGlobalComponent } from "/Users/aleksandrkiselev/Projects/qaspen-python/psqlpy/node_modules/.pnpm/@vuepress+helper@2.0.0-rc.24_vuepress@2.0.0-rc.9/node_modules/@vuepress/helper/lib/client/index.js";
3+
4+
import Badge from "/Users/aleksandrkiselev/Projects/qaspen-python/psqlpy/node_modules/.pnpm/vuepress-plugin-components@2.0.0-rc.36_sass-loader@14.2.1_vuepress@2.0.0-rc.9/node_modules/vuepress-plugin-components/lib/client/components/Badge.js";
5+
import FontIcon from "/Users/aleksandrkiselev/Projects/qaspen-python/psqlpy/node_modules/.pnpm/vuepress-plugin-components@2.0.0-rc.36_sass-loader@14.2.1_vuepress@2.0.0-rc.9/node_modules/vuepress-plugin-components/lib/client/components/FontIcon.js";
6+
7+
import "/Users/aleksandrkiselev/Projects/qaspen-python/psqlpy/node_modules/.pnpm/vuepress-plugin-components@2.0.0-rc.36_sass-loader@14.2.1_vuepress@2.0.0-rc.9/node_modules/vuepress-plugin-components/lib/client/styles/sr-only.scss";
8+
9+
export default defineClientConfig({
10+
enhance: ({ app }) => {
11+
if(!hasGlobalComponent("Badge")) app.component("Badge", Badge);
12+
if(!hasGlobalComponent("FontIcon")) app.component("FontIcon", FontIcon);
13+
14+
},
15+
setup: () => {
16+
17+
},
18+
rootComponents: [
19+
20+
],
21+
});
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
import clientConfig0 from '/Users/aleksandrkiselev/Projects/qaspen-python/psqlpy/docs/.vuepress/.temp/sass-palette/load-hope.js'
2+
import clientConfig1 from '/Users/aleksandrkiselev/Projects/qaspen-python/psqlpy/docs/.vuepress/.temp/components/config.js'
3+
import clientConfig2 from '/Users/aleksandrkiselev/Projects/qaspen-python/psqlpy/node_modules/.pnpm/@vuepress+plugin-active-header-links@2.0.0-rc.21_vuepress@2.0.0-rc.9/node_modules/@vuepress/plugin-active-header-links/lib/client/config.js'
4+
import clientConfig3 from '/Users/aleksandrkiselev/Projects/qaspen-python/psqlpy/node_modules/.pnpm/@vuepress+plugin-catalog@2.0.0-rc.24_vuepress@2.0.0-rc.9/node_modules/@vuepress/plugin-catalog/lib/client/config.js'
5+
import clientConfig4 from '/Users/aleksandrkiselev/Projects/qaspen-python/psqlpy/node_modules/.pnpm/@vuepress+plugin-back-to-top@2.0.0-rc.24_vuepress@2.0.0-rc.9/node_modules/@vuepress/plugin-back-to-top/lib/client/config.js'
6+
import clientConfig5 from '/Users/aleksandrkiselev/Projects/qaspen-python/psqlpy/node_modules/.pnpm/@vuepress+plugin-external-link-icon@2.0.0-rc.24_vuepress@2.0.0-rc.9/node_modules/@vuepress/plugin-external-link-icon/lib/client/config.js'
7+
import clientConfig6 from '/Users/aleksandrkiselev/Projects/qaspen-python/psqlpy/node_modules/.pnpm/@vuepress+plugin-nprogress@2.0.0-rc.21_vuepress@2.0.0-rc.9/node_modules/@vuepress/plugin-nprogress/lib/client/config.js'
8+
import clientConfig7 from '/Users/aleksandrkiselev/Projects/qaspen-python/psqlpy/node_modules/.pnpm/@vuepress+plugin-theme-data@2.0.0-rc.21_vuepress@2.0.0-rc.9/node_modules/@vuepress/plugin-theme-data/lib/client/config.js'
9+
import clientConfig8 from '/Users/aleksandrkiselev/Projects/qaspen-python/psqlpy/node_modules/.pnpm/@vuepress+plugin-copy-code@2.0.0-rc.24_vuepress@2.0.0-rc.9/node_modules/@vuepress/plugin-copy-code/lib/client/config.js'
10+
import clientConfig9 from '/Users/aleksandrkiselev/Projects/qaspen-python/psqlpy/docs/.vuepress/.temp/md-enhance/config.js'
11+
import clientConfig10 from '/Users/aleksandrkiselev/Projects/qaspen-python/psqlpy/node_modules/.pnpm/@vuepress+plugin-photo-swipe@2.0.0-rc.24_vuepress@2.0.0-rc.9/node_modules/@vuepress/plugin-photo-swipe/lib/client/config.js'
12+
import clientConfig11 from '/Users/aleksandrkiselev/Projects/qaspen-python/psqlpy/node_modules/.pnpm/vuepress-plugin-search-pro@2.0.0-rc.36_sass-loader@14.2.1_vuepress@2.0.0-rc.9/node_modules/vuepress-plugin-search-pro/lib/client/config.js'
13+
import clientConfig12 from '/Users/aleksandrkiselev/Projects/qaspen-python/psqlpy/docs/.vuepress/.temp/theme-hope/config.js'
14+
15+
export const clientConfigs = [
16+
clientConfig0,
17+
clientConfig1,
18+
clientConfig2,
19+
clientConfig3,
20+
clientConfig4,
21+
clientConfig5,
22+
clientConfig6,
23+
clientConfig7,
24+
clientConfig8,
25+
clientConfig9,
26+
clientConfig10,
27+
clientConfig11,
28+
clientConfig12,
29+
]

docs/.vuepress/.temp/internal/routes.js

Lines changed: 55 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
export const siteData = JSON.parse("{\"base\":\"/psqlpy-docs/\",\"lang\":\"en-US\",\"title\":\"PSQLPy\",\"description\":\"PSQLPy Documentation\",\"head\":[],\"locales\":{}}")
2+
3+
if (import.meta.webpackHot) {
4+
import.meta.webpackHot.accept()
5+
if (__VUE_HMR_RUNTIME__.updateSiteData) {
6+
__VUE_HMR_RUNTIME__.updateSiteData(siteData)
7+
}
8+
}
9+
10+
if (import.meta.hot) {
11+
import.meta.hot.accept(({ siteData }) => {
12+
__VUE_HMR_RUNTIME__.updateSiteData(siteData)
13+
})
14+
}

docs/.vuepress/.temp/internal/themeData.js

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
import { defineClientConfig } from "vuepress/client";
2+
import { useHintContainers } from "/Users/aleksandrkiselev/Projects/qaspen-python/psqlpy/node_modules/.pnpm/vuepress-plugin-md-enhance@2.0.0-rc.36_markdown-it@14.1.0_mermaid@10.9.1_sass-loader@14.2.1_vuepress@2.0.0-rc.9/node_modules/vuepress-plugin-md-enhance/lib/client/composables/useHintContainers.js";
3+
import "/Users/aleksandrkiselev/Projects/qaspen-python/psqlpy/node_modules/.pnpm/vuepress-plugin-md-enhance@2.0.0-rc.36_markdown-it@14.1.0_mermaid@10.9.1_sass-loader@14.2.1_vuepress@2.0.0-rc.9/node_modules/vuepress-plugin-md-enhance/lib/client/styles/hint/index.scss";
4+
import Mermaid from "/Users/aleksandrkiselev/Projects/qaspen-python/psqlpy/node_modules/.pnpm/vuepress-plugin-md-enhance@2.0.0-rc.36_markdown-it@14.1.0_mermaid@10.9.1_sass-loader@14.2.1_vuepress@2.0.0-rc.9/node_modules/vuepress-plugin-md-enhance/lib/client/components/Mermaid.js";
5+
import { injectMermaidConfig } from "/Users/aleksandrkiselev/Projects/qaspen-python/psqlpy/node_modules/.pnpm/vuepress-plugin-md-enhance@2.0.0-rc.36_markdown-it@14.1.0_mermaid@10.9.1_sass-loader@14.2.1_vuepress@2.0.0-rc.9/node_modules/vuepress-plugin-md-enhance/lib/client//index.js";
6+
import Tabs from "/Users/aleksandrkiselev/Projects/qaspen-python/psqlpy/node_modules/.pnpm/vuepress-plugin-md-enhance@2.0.0-rc.36_markdown-it@14.1.0_mermaid@10.9.1_sass-loader@14.2.1_vuepress@2.0.0-rc.9/node_modules/vuepress-plugin-md-enhance/lib/client/components/Tabs.js";
7+
8+
export default defineClientConfig({
9+
enhance: ({ app }) => {
10+
injectMermaidConfig(app);
11+
app.component("Mermaid", Mermaid);
12+
app.component("Tabs", Tabs);
13+
},
14+
setup: () => {
15+
useHintContainers();
16+
}
17+
});
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
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://qaspen-python.github.io/psqlpy-docs/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\"}")
3+
export { comp, data }
4+
5+
if (import.meta.webpackHot) {
6+
import.meta.webpackHot.accept()
7+
if (__VUE_HMR_RUNTIME__.updatePageData) {
8+
__VUE_HMR_RUNTIME__.updatePageData(data)
9+
}
10+
}
11+
12+
if (import.meta.hot) {
13+
import.meta.hot.accept(({ data }) => {
14+
__VUE_HMR_RUNTIME__.updatePageData(data)
15+
})
16+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<template><div><p>404 Not Found</p>
2+
</div></template>
3+
4+

0 commit comments

Comments
 (0)