Skip to content

Commit 5ecc114

Browse files
committed
docs: Rename repo
1 parent 743f857 commit 5ecc114

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Docsify Template
1+
# Docsify JS Tutorial
22
> How to build a docs site with _Docsify-JS_ and Github Pages
33
44
[![Made with latest Docsify](https://img.shields.io/npm/v/docsify?label=docsify)](https://docsify.js.org/)
@@ -81,7 +81,7 @@ Start running a local server to preview a _Docsify_ site. Choose an option below
8181

8282
## Quickstart local server
8383

84-
Follow these steps to setup and run an existing _Docsify_ project locally . In this case, we get a local copy of this _Docsify Template_ project and serve it.
84+
Follow these steps to setup and run an existing _Docsify_ project locally . In this case, we get a local copy of this _Docsify JS Tutorial_ project and serve it.
8585

8686
### 1. Install
8787

docs/_coverpage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![icon](_media/docs_face.png)
22

3-
# Docsify Template
3+
# Docsify JS Tutorial
44
> Tutorial to turn your docs into a docs site using base files
55
66
- :hourglass_flowing_sand: Setup a basic site in a few minutes

docs/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="viewport"
88
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
99

10-
<title>Docsify Template</title>
10+
<title>Docsify JS Tutorial</title>
1111
<meta name="description" content="Documentation for a template project built on Docsify-JS">
1212
<meta name="keywords" content="doc,docs,documentation,docsify,github,jekyll,github-pages,template">
1313

@@ -27,7 +27,7 @@
2727
<div id="app"></div>
2828
<script>
2929
window.$docsify = {
30-
name: 'Docsify Template',
30+
name: 'Docsify JS Tutorial',
3131
repo: 'https://github.com/michaelcurrin/docsify-js-tutorial',
3232
auto2top: true, // This helps a lot when switching between sections by menu.
3333
coverpage: true,

0 commit comments

Comments
 (0)