Skip to content

Commit 248408c

Browse files
committed
chore: Rename directory
1 parent 2191f7d commit 248408c

File tree

8 files changed

+4
-4
lines changed

8 files changed

+4
-4
lines changed

Diff for: β€ŽREADME.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ It also assumes you already have a docs directory in a project and you want to t
2828

2929
This project's own site is built on _DocsifyJS_ so serves as a good example. It serves from the `docs` directory. There is no main application to separate from `docs` directory, so serving from that directory is just convenient.
3030

31-
See also the [Nested Example](/nested_example/README.md) section on the repo for understanding links in markdown and the sidebar.
31+
See also the [Nested Example](/nested-example/README.md) section on the repo for understanding links in markdown and the sidebar.
3232

3333

3434
## πŸ–¨οΈ Use a template

Diff for: β€Ždocs/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ How to setup a sidebar file:
241241

242242
Example:
243243

244-
[\_sidebar.md](https://raw.githubusercontent.com/MichaelCurrin/docsify-js-tutorial/master/nested_example/_sidebar.md ':include :type=code')
244+
[\_sidebar.md](https://raw.githubusercontent.com/MichaelCurrin/docsify-js-tutorial/master/nested-example/_sidebar.md ':include :type=code')
245245

246246
?> The sidebar is a markdown file, so you can styling as a `**Title**`.
247247

@@ -662,7 +662,7 @@ The remote file could be anywhere:
662662
- Repo reference
663663
- Use the **raw** URL so you only reference plain text.
664664
- Protocol of `//` is recommended, since `https://` is needed for a remote and `http://` for localhost, to avoid a CORS error.
665-
- e.g. `https://raw.githubusercontent.com/MichaelCurrin/docsify-js-tutorial/master/nested_example/_sidebar.md`
665+
- e.g. `https://raw.githubusercontent.com/MichaelCurrin/docsify-js-tutorial/master/nested-example/_sidebar.md`
666666
- A gist reference
667667
- See instructions in this [guide](https://gist.github.com/MichaelCurrin/c2bece08f27c4277001f123898d16a7c).
668668

Diff for: β€Žnested_example/README.md renamed to β€Žnested-example/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
The files in this directory demonstrate what file linking and nested docs structure look like when using a custom sidebar such as [_sidebar.md](_sidebar.md).
44

5-
This [nested_example](/nested_example) directory was tested using a _Docsify_ server, but was reduced to just the content and sidebar file to serve as a lean example that does not run (it has no `index.html` file).
5+
This [nested-example](/nested-example) directory was tested using a _Docsify_ server, but was reduced to just the content and sidebar file to serve as a lean example that does not run (it has no `index.html` file).
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
Β (0)