Skip to content

Commit

Permalink
Merge pull request #1 from sujoshua/main
Browse files Browse the repository at this point in the history
feat: 初始化go知识库
  • Loading branch information
sujoshua authored May 3, 2024
2 parents 2303458 + 9d8fffd commit fca67a6
Show file tree
Hide file tree
Showing 38 changed files with 254 additions and 89 deletions.
20 changes: 10 additions & 10 deletions .vuepress/.cache/deps/_metadata.json
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
{
"hash": "3a016960",
"configHash": "f47effc2",
"lockfileHash": "3a63aa13",
"browserHash": "61ae9161",
"hash": "50a8518a",
"configHash": "840554e4",
"lockfileHash": "28f1214f",
"browserHash": "47c760c7",
"optimized": {
"slimsearch": {
"src": "../../../node_modules/slimsearch/dist/index.mjs",
"file": "slimsearch.js",
"fileHash": "44242c8d",
"fileHash": "c53e015f",
"needsInterop": false
},
"@vueuse/core": {
"src": "../../../node_modules/@vueuse/core/index.mjs",
"file": "@vueuse_core.js",
"fileHash": "c65333b8",
"fileHash": "66f52e7c",
"needsInterop": false
},
"@vue/devtools-api": {
"src": "../../../node_modules/@vue/devtools-api/lib/esm/index.js",
"file": "@vue_devtools-api.js",
"fileHash": "a99e592a",
"fileHash": "694b1e94",
"needsInterop": false
},
"@vuepress/shared": {
"src": "../../../node_modules/@vuepress/shared/dist/index.js",
"file": "@vuepress_shared.js",
"fileHash": "f76fb530",
"fileHash": "1de9bf99",
"needsInterop": false
},
"vue": {
"src": "../../../node_modules/vue/dist/vue.runtime.esm-bundler.js",
"file": "vue.js",
"fileHash": "de73e1d6",
"fileHash": "e0300697",
"needsInterop": false
},
"vue-router": {
"src": "../../../node_modules/vue-router/dist/vue-router.esm-bundler.js",
"file": "vue-router.js",
"fileHash": "2507ba52",
"fileHash": "75ffb249",
"needsInterop": false
}
},
Expand Down
12 changes: 6 additions & 6 deletions .vuepress/.temp/components/config.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import { defineClientConfig } from "vuepress/client";
import { hasGlobalComponent } from "C:/Users/sisuh/Redrock-SRE-knowledgebase/node_modules/@vuepress/helper/lib/client/index.js";
import { hasGlobalComponent } from "/home/joshua/Documents/Redrock-SRE-knowledgebase/node_modules/@vuepress/helper/lib/client/index.js";

import { useScriptTag } from "C:/Users/sisuh/Redrock-SRE-knowledgebase/node_modules/@vueuse/core/index.mjs";
import FontIcon from "C:/Users/sisuh/Redrock-SRE-knowledgebase/node_modules/vuepress-plugin-components/lib/client/components/FontIcon.js";
import Badge from "C:/Users/sisuh/Redrock-SRE-knowledgebase/node_modules/vuepress-plugin-components/lib/client/components/Badge.js";
import VPCard from "C:/Users/sisuh/Redrock-SRE-knowledgebase/node_modules/vuepress-plugin-components/lib/client/components/VPCard.js";
import { useScriptTag } from "/home/joshua/Documents/Redrock-SRE-knowledgebase/node_modules/@vueuse/core/index.mjs";
import FontIcon from "/home/joshua/Documents/Redrock-SRE-knowledgebase/node_modules/vuepress-plugin-components/lib/client/components/FontIcon.js";
import Badge from "/home/joshua/Documents/Redrock-SRE-knowledgebase/node_modules/vuepress-plugin-components/lib/client/components/Badge.js";
import VPCard from "/home/joshua/Documents/Redrock-SRE-knowledgebase/node_modules/vuepress-plugin-components/lib/client/components/VPCard.js";

import "C:/Users/sisuh/Redrock-SRE-knowledgebase/node_modules/vuepress-plugin-components/lib/client/styles/sr-only.scss";
import "/home/joshua/Documents/Redrock-SRE-knowledgebase/node_modules/vuepress-plugin-components/lib/client/styles/sr-only.scss";

export default defineClientConfig({
enhance: ({ app }) => {
Expand Down
30 changes: 15 additions & 15 deletions .vuepress/.temp/internal/clientConfigs.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
import clientConfig0 from 'C:/Users/sisuh/Redrock-SRE-knowledgebase/.vuepress/.temp/sass-palette/load-hope.js'
import clientConfig1 from 'C:/Users/sisuh/Redrock-SRE-knowledgebase/.vuepress/.temp/components/config.js'
import clientConfig2 from 'C:/Users/sisuh/Redrock-SRE-knowledgebase/node_modules/@vuepress/plugin-active-header-links/lib/client/config.js'
import clientConfig3 from 'C:/Users/sisuh/Redrock-SRE-knowledgebase/node_modules/@vuepress/plugin-catalog/lib/client/config.js'
import clientConfig4 from 'C:/Users/sisuh/Redrock-SRE-knowledgebase/node_modules/@vuepress/plugin-back-to-top/lib/client/config.js'
import clientConfig5 from 'C:/Users/sisuh/Redrock-SRE-knowledgebase/node_modules/@vuepress/plugin-external-link-icon/lib/client/config.js'
import clientConfig6 from 'C:/Users/sisuh/Redrock-SRE-knowledgebase/node_modules/@vuepress/plugin-nprogress/lib/client/config.js'
import clientConfig7 from 'C:/Users/sisuh/Redrock-SRE-knowledgebase/node_modules/@vuepress/plugin-theme-data/lib/client/config.js'
import clientConfig8 from 'C:/Users/sisuh/Redrock-SRE-knowledgebase/node_modules/@vuepress/plugin-comment/lib/client/config.js'
import clientConfig9 from 'C:/Users/sisuh/Redrock-SRE-knowledgebase/node_modules/@vuepress/plugin-copy-code/lib/client/config.js'
import clientConfig10 from 'C:/Users/sisuh/Redrock-SRE-knowledgebase/node_modules/@vuepress/plugin-copyright/lib/client/config.js'
import clientConfig11 from 'C:/Users/sisuh/Redrock-SRE-knowledgebase/.vuepress/.temp/md-enhance/config.js'
import clientConfig12 from 'C:/Users/sisuh/Redrock-SRE-knowledgebase/node_modules/@vuepress/plugin-photo-swipe/lib/client/config.js'
import clientConfig13 from 'C:/Users/sisuh/Redrock-SRE-knowledgebase/node_modules/vuepress-plugin-search-pro/lib/client/config.js'
import clientConfig14 from 'C:/Users/sisuh/Redrock-SRE-knowledgebase/.vuepress/.temp/theme-hope/config.js'
import clientConfig0 from '/home/joshua/Documents/Redrock-SRE-knowledgebase/.vuepress/.temp/sass-palette/load-hope.js'
import clientConfig1 from '/home/joshua/Documents/Redrock-SRE-knowledgebase/.vuepress/.temp/components/config.js'
import clientConfig2 from '/home/joshua/Documents/Redrock-SRE-knowledgebase/node_modules/@vuepress/plugin-active-header-links/lib/client/config.js'
import clientConfig3 from '/home/joshua/Documents/Redrock-SRE-knowledgebase/node_modules/@vuepress/plugin-catalog/lib/client/config.js'
import clientConfig4 from '/home/joshua/Documents/Redrock-SRE-knowledgebase/node_modules/@vuepress/plugin-back-to-top/lib/client/config.js'
import clientConfig5 from '/home/joshua/Documents/Redrock-SRE-knowledgebase/node_modules/@vuepress/plugin-external-link-icon/lib/client/config.js'
import clientConfig6 from '/home/joshua/Documents/Redrock-SRE-knowledgebase/node_modules/@vuepress/plugin-nprogress/lib/client/config.js'
import clientConfig7 from '/home/joshua/Documents/Redrock-SRE-knowledgebase/node_modules/@vuepress/plugin-theme-data/lib/client/config.js'
import clientConfig8 from '/home/joshua/Documents/Redrock-SRE-knowledgebase/node_modules/@vuepress/plugin-comment/lib/client/config.js'
import clientConfig9 from '/home/joshua/Documents/Redrock-SRE-knowledgebase/node_modules/@vuepress/plugin-copy-code/lib/client/config.js'
import clientConfig10 from '/home/joshua/Documents/Redrock-SRE-knowledgebase/node_modules/@vuepress/plugin-copyright/lib/client/config.js'
import clientConfig11 from '/home/joshua/Documents/Redrock-SRE-knowledgebase/.vuepress/.temp/md-enhance/config.js'
import clientConfig12 from '/home/joshua/Documents/Redrock-SRE-knowledgebase/node_modules/@vuepress/plugin-photo-swipe/lib/client/config.js'
import clientConfig13 from '/home/joshua/Documents/Redrock-SRE-knowledgebase/node_modules/vuepress-plugin-search-pro/lib/client/config.js'
import clientConfig14 from '/home/joshua/Documents/Redrock-SRE-knowledgebase/.vuepress/.temp/theme-hope/config.js'

export const clientConfigs = [
clientConfig0,
Expand Down
22 changes: 13 additions & 9 deletions .vuepress/.temp/internal/routes.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
export const redirects = JSON.parse("{}")

export const routes = Object.fromEntries([
["/", { loader: () => import(/* webpackChunkName: "index.html" */"C:/Users/sisuh/Redrock-SRE-knowledgebase/.vuepress/.temp/pages/index.html.js"), meta: {"t":"主页","i":"home"} }],
["/linux/", { loader: () => import(/* webpackChunkName: "index.html" */"C:/Users/sisuh/Redrock-SRE-knowledgebase/.vuepress/.temp/pages/linux/index.html.js"), meta: {"t":"二. IaaS运维篇简介"} }],
["/linux/env-conf/", { loader: () => import(/* webpackChunkName: "index.html" */"C:/Users/sisuh/Redrock-SRE-knowledgebase/.vuepress/.temp/pages/linux/env-conf/index.html.js"), meta: {"t":"入门需要进行哪些环境配置","O":1} }],
["/linux/linux-base/", { loader: () => import(/* webpackChunkName: "index.html" */"C:/Users/sisuh/Redrock-SRE-knowledgebase/.vuepress/.temp/pages/linux/linux-base/index.html.js"), meta: {"t":"服务器运维篇简介","O":2} }],
["/linux/linux-base/linux-concepts/how-to-learn-linux.html", { loader: () => import(/* webpackChunkName: "how-to-learn-linux.html" */"C:/Users/sisuh/Redrock-SRE-knowledgebase/.vuepress/.temp/pages/linux/linux-base/linux-concepts/how-to-learn-linux.html.js"), meta: {"t":"如何学习Linux","O":1} }],
["/linux/linux-base/linux-concepts/", { loader: () => import(/* webpackChunkName: "index.html" */"C:/Users/sisuh/Redrock-SRE-knowledgebase/.vuepress/.temp/pages/linux/linux-base/linux-concepts/index.html.js"), meta: {"t":"Linux简介","O":1} }],
["/linux/linux-base/linux-concepts/what-is-linux.html", { loader: () => import(/* webpackChunkName: "what-is-linux.html" */"C:/Users/sisuh/Redrock-SRE-knowledgebase/.vuepress/.temp/pages/linux/linux-base/linux-concepts/what-is-linux.html.js"), meta: {"t":"介绍什么是linux","O":null} }],
["/linux/linux-base/server-concepts/", { loader: () => import(/* webpackChunkName: "index.html" */"C:/Users/sisuh/Redrock-SRE-knowledgebase/.vuepress/.temp/pages/linux/linux-base/server-concepts/index.html.js"), meta: {"t":"","O":2} }],
["/404.html", { loader: () => import(/* webpackChunkName: "404.html" */"C:/Users/sisuh/Redrock-SRE-knowledgebase/.vuepress/.temp/pages/404.html.js"), meta: {"t":""} }],
["/", { loader: () => import(/* webpackChunkName: "index.html" */"/home/joshua/Documents/Redrock-SRE-knowledgebase/.vuepress/.temp/pages/index.html.js"), meta: {"t":"主页","i":"home"} }],
["/linux/", { loader: () => import(/* webpackChunkName: "index.html" */"/home/joshua/Documents/Redrock-SRE-knowledgebase/.vuepress/.temp/pages/linux/index.html.js"), meta: {"t":"二. IaaS运维篇简介"} }],
["/devops/go/", { loader: () => import(/* webpackChunkName: "index.html" */"/home/joshua/Documents/Redrock-SRE-knowledgebase/.vuepress/.temp/pages/devops/go/index.html.js"), meta: {"t":"Golang"} }],
["/linux/env-conf/", { loader: () => import(/* webpackChunkName: "index.html" */"/home/joshua/Documents/Redrock-SRE-knowledgebase/.vuepress/.temp/pages/linux/env-conf/index.html.js"), meta: {"t":"入门需要进行哪些环境配置","O":1} }],
["/linux/linux-base/", { loader: () => import(/* webpackChunkName: "index.html" */"/home/joshua/Documents/Redrock-SRE-knowledgebase/.vuepress/.temp/pages/linux/linux-base/index.html.js"), meta: {"t":"服务器运维篇简介","O":2} }],
["/devops/go/syntax/", { loader: () => import(/* webpackChunkName: "index.html" */"/home/joshua/Documents/Redrock-SRE-knowledgebase/.vuepress/.temp/pages/devops/go/syntax/index.html.js"), meta: {"t":"","O":1} }],
["/devops/go/syntax/go%E5%85%A5%E9%97%A8.html", { loader: () => import(/* webpackChunkName: "go入门.html" */"/home/joshua/Documents/Redrock-SRE-knowledgebase/.vuepress/.temp/pages/devops/go/syntax/go入门.html.js"), meta: {"t":"Go 语法入门"} }],
["/linux/linux-base/linux-concepts/", { loader: () => import(/* webpackChunkName: "index.html" */"/home/joshua/Documents/Redrock-SRE-knowledgebase/.vuepress/.temp/pages/linux/linux-base/linux-concepts/index.html.js"), meta: {"t":"Linux简介","O":1} }],
["/linux/linux-base/linux-concepts/how-to-learn-linux.html", { loader: () => import(/* webpackChunkName: "how-to-learn-linux.html" */"/home/joshua/Documents/Redrock-SRE-knowledgebase/.vuepress/.temp/pages/linux/linux-base/linux-concepts/how-to-learn-linux.html.js"), meta: {"t":"如何学习Linux","O":1} }],
["/linux/linux-base/linux-concepts/what-is-linux.html", { loader: () => import(/* webpackChunkName: "what-is-linux.html" */"/home/joshua/Documents/Redrock-SRE-knowledgebase/.vuepress/.temp/pages/linux/linux-base/linux-concepts/what-is-linux.html.js"), meta: {"t":"介绍什么是linux","O":null} }],
["/linux/linux-base/server-concepts/", { loader: () => import(/* webpackChunkName: "index.html" */"/home/joshua/Documents/Redrock-SRE-knowledgebase/.vuepress/.temp/pages/linux/linux-base/server-concepts/index.html.js"), meta: {"t":"","O":2} }],
["/404.html", { loader: () => import(/* webpackChunkName: "404.html" */"/home/joshua/Documents/Redrock-SRE-knowledgebase/.vuepress/.temp/pages/404.html.js"), meta: {"t":""} }],
["/devops/", { loader: () => import(/* webpackChunkName: "index.html" */"/home/joshua/Documents/Redrock-SRE-knowledgebase/.vuepress/.temp/pages/devops/index.html.js"), meta: {"t":"Devops"} }],
]);

if (import.meta.webpackHot) {
Expand Down
Loading

0 comments on commit fca67a6

Please sign in to comment.