Skip to content

Commit 14c12f5

Browse files
committed
pagic 0.7.26
1 parent 5869cae commit 14c12f5

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
export DENO_INSTALL="/home/runner/.deno"
1818
export PATH="$DENO_INSTALL/bin:$PATH"
1919
deno --version
20-
deno install --unstable --allow-read --allow-write --allow-net -n pagic https://deno.land/x/pagic@0.7.25/mod.ts
20+
deno install --unstable --allow-read --allow-write --allow-net -n pagic https://deno.land/x/pagic@0.7.26/mod.ts
2121
pagic build
2222
2323
- name: Deploy

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
2-
next:
3-
text: 简介
4-
link: introduction/index.html
2+
next: introduction/README.md
53
---
64

75
# TypeScript 入门教程

introduction/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
2-
previous:
3-
text: TypeScript 入门教程
4-
link: index.html
2+
prev: README.md
53
---
64

75
# 简介

pagic.config.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
srcDir: '.',
66
ignore: [/\/examples\//, /\/public\//, /\/\./, /\/package\-lock\.json/, /\/package\.json/, /\/pagic\.config\.ts/],
77
theme: 'docs',
8-
plugins: ['sidebar', 'script', 'gitalk', 'ga'],
8+
plugins: ['sidebar', 'prev_next', 'gitalk', 'ga'],
99
title: 'TypeScript 入门教程',
1010
description: '从 JavaScript 程序员的角度总结思考,循序渐进的理解 TypeScript。',
1111
github: 'https://github.com/xcatliu/typescript-tutorial',

0 commit comments

Comments
 (0)