Skip to content

Commit e87f11b

Browse files
authored
Moving docs out of src and dist (#2655)
* Moving docs out of src and dist * Changing links to doc
1 parent 3686487 commit e87f11b

18 files changed

+7
-1141
lines changed

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ Choose one of the following options:
4646
to use it, you may have to copy and paste the contents of that folder into
4747
your project directory.
4848

49-
* Using our new [create-html5-boilerplate](https://github.com/h5bp/create-html5-boilerplate)
50-
project, instantly fetch the latest npm published package (or any version
49+
* Using the [create-html5-boilerplate](https://github.com/h5bp/create-html5-boilerplate)
50+
script, instantly fetch the latest npm published package (or any version
5151
available on npm) with `npx`, `npm init` or `yarn create` without having to
5252
install any dependencies. Running the following `npx` command installs the
5353
latest version into a folder called `new-site`
@@ -59,6 +59,10 @@ Choose one of the following options:
5959
npm run start
6060
```
6161

62+
* Using our new [Template Repository](https://github.com/h5bp/html5-boilerplate-template)
63+
create a new GitHub repository based on the latest code from the main branch of HTML5
64+
Boilerplate.
65+
6266
## Features
6367

6468
* A finely-tuned starter template. Reap the benefits of 10 years of analysis,
@@ -99,7 +103,7 @@ You can find our range of supported browsers in our [package.json](https://githu
99103

100104
## Documentation
101105

102-
Take a look at the [documentation table of contents](dist/doc/TOC.md). This
106+
Take a look at the [documentation table of contents](doc/TOC.md). This
103107
documentation is bundled with the project which makes it available for offline
104108
reading and provides a useful starting point for any documentation you want to
105109
write about your project.

dist/doc/TOC.md doc/TOC.md

File renamed without changes.

dist/doc/css.md doc/css.md

File renamed without changes.

dist/doc/extend.md doc/extend.md

File renamed without changes.

dist/doc/faq.md doc/faq.md

File renamed without changes.

dist/doc/html.md doc/html.md

File renamed without changes.

dist/doc/js.md doc/js.md

File renamed without changes.

dist/doc/misc.md doc/misc.md

File renamed without changes.

dist/doc/usage.md doc/usage.md

File renamed without changes.

src/doc/TOC.md

-37
This file was deleted.

src/doc/css.md

-44
This file was deleted.

0 commit comments

Comments
 (0)