You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: export/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,15 +14,15 @@ A beautiful documentation starter kit.
14
14
***Highly customisable** typography styles
15
15
* Host your content on **Statamic** or **Github**
16
16
* Sync from GitHub, even from multiple **repositories** and **organisations**.
17
-
* Sync **manually**, on a **shedule**, or even through a **webhook**.
17
+
* Sync **manually**, on a **shedule**, or even through a **webhook**.
18
18
***Permalink** and **Table of contents** markdown extensions preinstalled.
19
19
* Shiki for **code highlighting**
20
20
21
21
### Projects and versions
22
22
You can host multiple projects and manage different versions for each project. This is handled through the releases collection. To add a new project or version, simply create a new entry in the collection and configure the required fields.
23
23
24
24
### Statamic as a content source
25
-
Wanna just write markdown directly to Statamic? Yup, you can do that.
25
+
Wanna just write markdown directly to Statamic? Yup, you can do that.
26
26
27
27
### GitHub as a content source
28
28
If you'd like to host your documentation within a project repository to keep everything centralized, Dok makes the process simple. All you need is a GitHub Personal Access Token and a small update to your configuration file. Once that's done, you can easily link entries to their corresponding resource paths.
@@ -38,22 +38,22 @@ Dok supports the latest versions of all major browsers. We use progressive enhan
38
38
### Compiling Assets
39
39
By default, we use a simple Vite configuration that comes with every new Statamic site when using the CLI tool so you should feel right at home.
40
40
41
-
`npm run dev` - Watches your content, rebuilds, and refreshes your browser so you can instantly see the changes.
41
+
`npm run dev` - Watches your content, rebuilds, and refreshes your browser so you can instantly see the changes.
42
42
`npm run build` - Build for production
43
43
44
44
45
45
## Installation
46
46
47
47
**Installing with Statamic CLI (recommended)**
48
48
49
-
Get up and running in an instant with the Statamic CLI tool. This will install a fresh Statamic instance with Dok installed.
49
+
Get up and running in an instant with the Statamic CLI tool. This will install a fresh Statamic instance with Dok installed.
Copy file name to clipboardExpand all lines: export/content/collections/example_v1/overview.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,10 +29,10 @@ php please stache:refresh
29
29
```
30
30
31
31
## Documentation
32
-
We've written fairly detailed documentation for Dok. It should cover everything you need to know to get started. If you think something is missing, please [open an issue](https://github.com/arrowtide/dok/issues/new). We are always looking to improve Dok.
32
+
We've written fairly detailed documentation for Dok. It should cover everything you need to know to get started. If you think something is missing, please [open an issue](https://github.com/fawnsoftware/dok/issues/new). We are always looking to improve Dok.
33
33
34
34
## Issues
35
-
If you think something is missing or broken, please [open an issue](https://github.com/arrowtide/dok/issues/new).
35
+
If you think something is missing or broken, please [open an issue](https://github.com/fawnsoftware/dok/issues/new).
36
36
37
37
## Questions? Suggestions?
38
-
If you have any questions or suggestions, please open a [discussion](https://github.com/arrowtide/dok/discussions/new).
38
+
If you have any questions or suggestions, please open a [discussion](https://github.com/fawnsoftware/dok/discussions/new).
0 commit comments