Browse Source

Merge commit 'dcb8711983fc77432fc948b4fa97070706a3d599' into develop

liuyuqi-dellpc 8 months ago
parent
commit
6b77028a12
4 changed files with 51 additions and 19 deletions
  1. 1 0
      .gitignore
  2. 28 0
      docs/.vitepress/config.mts
  3. 6 0
      docs/ide/coding.md
  4. 16 19
      docs/index.md

+ 1 - 0
.gitignore

@@ -2,3 +2,4 @@
 node_modules
 R/*.sav
 R/.Rhistory
+docs/.vitepress/cache/

+ 28 - 0
docs/.vitepress/config.mts

@@ -0,0 +1,28 @@
+import { defineConfig } from 'vitepress'
+
+// https://vitepress.dev/reference/site-config
+export default defineConfig({
+  title: "My Awesome Project",
+  description: "A VitePress Site",
+  themeConfig: {
+    // https://vitepress.dev/reference/default-theme-config
+    nav: [
+      { text: 'Home', link: '/' },
+      { text: 'Examples', link: '/markdown-examples' }
+    ],
+
+    sidebar: [
+      {
+        text: 'Examples',
+        items: [
+          { text: 'Markdown Examples', link: '/markdown-examples' },
+          { text: 'Runtime API Examples', link: '/api-examples' }
+        ]
+      }
+    ],
+
+    socialLinks: [
+      { icon: 'github', link: 'https://github.com/vuejs/vitepress' }
+    ]
+  }
+})

+ 6 - 0
docs/ide/coding.md

@@ -44,6 +44,12 @@ FROM sift-docker.pkg.coding.net/flutter-team/dev-container/dev-allinone:1.0.11-f
 
 这个镜像源码在 flutter\.ide\Dockerfile-Allinone-flutter 中, 包含了 flutter, node, php, go, python, java, rust, ruby, c/c++, .net, dart 等开发环境,方便快速编译项目。
 
+vscode 打开btn 跳转:
+```
+vscode://vscode-remote/ssh-remote+coding-ci-nro-1hus7gapn-001%233f93b6e9-557a-4232-b981-9613dac9c9e1-8q8@ci.coding.net:2201/workspace/
+```
+
+
 
 ## cloudstudio
 

+ 16 - 19
docs/index.md

@@ -1,28 +1,25 @@
 ---
+# https://vitepress.dev/reference/default-theme-home-page
 layout: home
-title: A kernel-based root solution for Android
 
 hero:
-  name: KernelSU
-  text: A kernel-based root solution for Android
-  tagline: ""
-  image:
-    src: /logo.png
-    alt: KernelSU
+  name: "My Awesome Project"
+  text: "A VitePress Site"
+  tagline: My great project tagline
   actions:
     - theme: brand
-      text: Get Started
-      link: /guide/what-is-kernelsu
+      text: Markdown Examples
+      link: /markdown-examples
     - theme: alt
-      text: View on GitHub
-      link: https://github.com/tiann/KernelSU
+      text: API Examples
+      link: /api-examples
 
 features:
-  - title: Kernel-based
-    details: As the name suggests, KernelSU works under the Linux kernel giving it more control over userspace applications.
-  - title: Root Access Control
-    details: Only permitted apps may access or see `su`, all other apps are not aware of this.
-  - title: Customizable Root Privileges
-    details: KernelSU allows customization of `su`'s uid, gid, groups, capabilities, and SELinux rules, locking up root privileges.
-  - title: Modules
-    details: Modules may modify /system systemlessly using overlayfs enabling great power.
+  - title: Feature A
+    details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
+  - title: Feature B
+    details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
+  - title: Feature C
+    details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
+---
+