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: docs/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
@@ -94,29 +94,29 @@ Follow to steps in this section copy a base structure and configs from this proj
94
94
95
95
### 1. Get this project locally
96
96
97
-
Clone _this_ template repo to your machine using the [steps](#get-a-local-copy-of-this-repo) above.
97
+
Clone this template repo to your machine using the [steps](#get-a-local-copy-of-this-repo) above, so you can use it copy files from later.
98
98
99
99
### 2. Create base structure
100
100
101
-
Navigate to _your_ project's `docs` directory.
101
+
Navigate to your existing project's `docs` directory.
102
102
103
103
```bash
104
104
$ cd <PATH_TO_YOUR_REPO>/docs
105
105
```
106
106
107
-
Create a file for Github Pages use. This can remain empty - its existence just tells Github Pages to include the underscore files in builds.
107
+
Create a file for Github Pages to use. This can remain empty - its existence just tells Github Pages to include the underscore files in builds.
108
108
109
109
```bash
110
110
$ touch .nojekyll
111
111
```
112
112
113
-
Copy the template files from this project's _quickstart_ directory to your _own_ project.
113
+
Copy the template files from the template project's _quickstart_ directory to your own project.
114
114
115
115
```bash
116
-
$ cp <PATH_TO_THIS_REPO>/quickstart/*.
116
+
$ cp <PATH_TO_TEMPLATE_REPO>/quickstart/*.
117
117
```
118
118
119
-
Start serving your docs folder now even though it is unfinished. Then as you follow the customization steps below, you can check to see what changes on the frontend.
119
+
Start serving your docs folder now even though it is incomplete. Then, as you follow the customization steps below, you can check to see what changes on the frontend.
0 commit comments