Skip to content

Commit 6275c1e

Browse files
committed
[skip ci] guide config
1 parent 4d70602 commit 6275c1e

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

guide/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ If you have been using the previous implementation of this extension it could be
3636

3737
If you want to know more about workflow in general in the features provided by **yii2-workflow** in particular, check the [overview](overview.md) chapter.
3838

39-
If you feel like an advanced Worekflow Expert (more or less), the dive into the [Concept](concept-overview.md) chapter.
39+
If you feel like an advanced workflow Expert (more or less), the dive into the [Concept](concept-overview.md) chapter.

guide/mkdocs.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
site_name: yii2-workflow User Guide
2+
repo_url: https://github.com/raoul2000/yii2-workflow
3+
site_description: A simple Yii2 extension to manage your workflows
4+
site_author: raoul2000
25
pages:
36
- 'Introduction': 'index.md'
47
- 'Overview': 'overview.md'
@@ -7,9 +10,9 @@ pages:
710
- 'Events': 'concept-events.md'
811
- 'Source': 'concept-source.md'
912
- 'Validation': 'concept-validation.md'
10-
- Focus:
13+
- Specials:
1114
- 'Defining a workflow' : workflow-creation.md
1215
- 'The source file compoent' : source-file.md
1316
- 'Upgrade from 1.x' : upgrade.md
14-
- Cookbook: 'special-cookbook.md'
15-
theme: yeti
17+
- Cookbook: 'special-cookbook.md'
18+
theme: spacelab

0 commit comments

Comments
 (0)