Skip to content

Commit e94c6a6

Browse files
authored
Updated name (#9)
1 parent 24d950f commit e94c6a6

6 files changed

Lines changed: 17 additions & 17 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ By default, we use a simple Vite configuration that comes with every new Statami
6060
Get up and running in an instant with the Statamic CLI tool. This will install a fresh Statamic instance with Dok installed.
6161

6262
```bash
63-
statamic new mysite arrowtide/dok
63+
statamic new mysite fawn/dok
6464
```
6565

6666
**Installing into an existing site**
6767
```bash
68-
php please starter-kit:install arrowtide/dok
68+
php please starter-kit:install fawn/dok
6969
```
7070

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "arrowtide/dok",
2+
"name": "fawn/dok",
33
"extra": {
44
"statamic": {
55
"name": "Dok",

export/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ A beautiful documentation starter kit.
1414
* **Highly customisable** typography styles
1515
* Host your content on **Statamic** or **Github**
1616
* 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**.
1818
* **Permalink** and **Table of contents** markdown extensions preinstalled.
1919
* Shiki for **code highlighting**
2020

2121
### Projects and versions
2222
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.
2323

2424
### 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.
2626

2727
### GitHub as a content source
2828
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
3838
### Compiling Assets
3939
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.
4040

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.
4242
`npm run build` - Build for production
4343

4444

4545
## Installation
4646

4747
**Installing with Statamic CLI (recommended)**
4848

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.
5050

5151
```bash
52-
statamic new my-site arrowtide/dok
52+
statamic new my-site fawn/dok
5353
```
5454

5555
**Installing into an existing site**
5656
```bash
57-
php please starter-kit:install arrowtide/dok
57+
php please starter-kit:install fawn/dok
5858
```
5959

export/content/collections/example_v1/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ updated_at: 1741264233
1212
Get up and running in an instant with the Statamic CLI tool. This will install a fresh Statamic instance with Dok installed.
1313

1414
```shell
15-
statamic new my-site arrowtide/dok
15+
statamic new my-site fawn/dok
1616
```
1717

1818
**Installing into an existing site**
1919
```shell
20-
php please starter-kit:install arrowtide/dok
20+
php please starter-kit:install fawn/dok

export/content/collections/example_v1/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ php please stache:refresh
2929
```
3030

3131
## 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.
3333

3434
## 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).
3636

3737
## 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).

export/resources/views/home.antlers.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h1 class="text-4xl md:text-5xl text-white mb-5 leading-snug max-w-4xl mx-auto">
2929

3030
<div class="grid sm:grid-cols-2 gap-5 mt-20 max-w-70 sm:max-w-120 mx-auto">
3131
<a class="px-5 py-3 inline-block bg-accent font-medium text-white transition rounded-md hover:bg-accent/90" href="/example/1.x">Get Started</a>
32-
<a class="px-5 py-3 inline-block text-white rounded-md hover:bg-white/5 transition" href="https://statamic.com/starter-kits/arrowtide/dok-documentation" target="_blank">View on Statamic</a>
32+
<a class="px-5 py-3 inline-block text-white rounded-md hover:bg-white/5 transition" href="https://statamic.com/starter-kits/fawn/dok-documentation" target="_blank">View on Statamic</a>
3333
</div>
3434
</header>
3535

@@ -79,12 +79,12 @@ <h3 class="mb-2 mt-5">{{ title }}</h3>
7979
<div class="text-center">
8080
<div class="prose">
8181
<h2 class="text-4xl">Ready to build your documentation?</h2>
82-
<p>You can find the full documentation on <a href="https://statamic.com/starter-kits/arrowtide/dok-documentation">the marketplace</a>.</p>
82+
<p>You can find the full documentation on <a href="https://statamic.com/starter-kits/fawn/dok-documentation">the marketplace</a>.</p>
8383
</div>
8484

8585
<div class="grid sm:grid-cols-2 gap-5 mt-20 max-w-70 sm:max-w-120 mx-auto">
8686
<a class="px-5 py-3 inline-block bg-accent font-medium text-white transition rounded-md hover:bg-accent/90" href="/example/1.x">Get Started</a>
87-
<a class="px-5 py-3 inline-block text-white rounded-md hover:bg-white/5 transition" href="https://statamic.com/starter-kits/arrowtide/dok-documentation" target="_blank">View on Statamic</a>
87+
<a class="px-5 py-3 inline-block text-white rounded-md hover:bg-white/5 transition" href="https://statamic.com/starter-kits/fawn/dok-documentation" target="_blank">View on Statamic</a>
8888
</div>
8989
</div>
9090
</section>

0 commit comments

Comments
 (0)