Skip to content

Commit 122ce9f

Browse files
committed
Add pluginname navbar
1 parent 1e4c2d7 commit 122ce9f

File tree

3 files changed

+335
-272
lines changed

3 files changed

+335
-272
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Documentation Validation
2+
3+
on:
4+
push:
5+
branches:
6+
- 5.x
7+
paths:
8+
- 'docs/**'
9+
- '.github/**'
10+
pull_request:
11+
paths:
12+
- 'docs/**'
13+
- '.github/**'
14+
15+
jobs:
16+
validate:
17+
uses: cakephp/.github/.github/workflows/docs-validation.yml@5.x
18+
with:
19+
docs-path: 'docs'
20+
vitepress-path: 'docs/.vitepress'
21+
enable-config-js-check: true
22+
enable-json-lint: true
23+
enable-toc-check: true
24+
enable-spell-check: true
25+
enable-markdown-lint: true
26+
enable-link-check: true
27+
tools-ref: '5.x'

docs/.vitepress/config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ export default {
2828
hostname: "https://book.cakephp.org/migrations/5/",
2929
},
3030
themeConfig: {
31+
siteTitle: false,
32+
pluginName: "Migrations",
3133
socialLinks: [
3234
{ icon: "github", link: "https://github.com/cakephp/cakephp" },
3335
],

0 commit comments

Comments
 (0)