Skip to content

Commit

Permalink
change dir
Browse files Browse the repository at this point in the history
  • Loading branch information
hojas committed Aug 8, 2024
1 parent f4df089 commit b99b2d7
Show file tree
Hide file tree
Showing 124 changed files with 3 additions and 35 deletions.
File renamed without changes.
1 change: 0 additions & 1 deletion .vitepress/config.ts → docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export default {
lang: 'zh-Hans',
title: '前端指北',
description: '前端指北是一个分享前端开发技术和 Node.js 开发技术的编程网站。',
srcDir: 'src/docs',
markdown: { lineNumbers: true, math: true, mermaid: true },
lastUpdated: true,
head,
Expand Down
File renamed without changes.
10 changes: 0 additions & 10 deletions .vitepress/nav.ts → docs/.vitepress/nav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,5 @@ export const nav: DefaultTheme.NavItem[] = [
{ text: 'Vue 实现原理', link: '/vue' },
{ text: '浏览器原理', link: '/browser' },
{ text: 'Node.js', link: '/nodejs' },
// { text: '网络', link: '/network' },
// { text: '编程思想', link: '/thinking' },
{ text: '博客文章', link: '/blog' },
// {
// text: '算法',
// link: '/algorithm',
// link: 'https://www.programmercarl.com/',
// },
// { text: '设计模式', link: '/design-pattern' },
// { text: '学习资源', link: '/resource' },
{ text: '关于我', link: '/about' },
]
11 changes: 0 additions & 11 deletions .vitepress/sidebar.ts → docs/.vitepress/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,17 +82,6 @@ export const sidebar: DefaultTheme.Sidebar = {
],
},
],
'/blog': [
{
text: '博客文章',
items: [
{ text: '手写实现数组实例方法', link: '/blog/4' },
{ text: 'JavaScript 脚本的加载时机', link: '/blog/3' },
{ text: '音频可视化的实现', link: '/blog/2' },
{ text: '使用 Docker 一键部署带 Let\'s Encrypt SSL 证书的 Nginx', link: '/blog/1' },
],
},
],
'/algorithm': [
{
text: '算法',
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"author": "hojas",
"license": "MIT",
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"serve": "vitepress serve --host 0.0.0.0 --port 3000"
"dev": "vitepress dev docs",
"build": "vitepress build docs",
"serve": "vitepress serve docs --host 0.0.0.0 --port 3000"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
Expand Down
10 changes: 0 additions & 10 deletions src/docs/blog.md

This file was deleted.

0 comments on commit b99b2d7

Please sign in to comment.