Skip to content

Commit 17ed07a

Browse files
committed
Remove instructions for building docs
1 parent 750b62c commit 17ed07a

File tree

1 file changed

+0
-52
lines changed

1 file changed

+0
-52
lines changed

.github/CONTRIBUTING.md

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -31,55 +31,3 @@ npm test
3131
```
3232

3333
Please ensure that the tests are passing when submitting a pull request. If you're adding new features to Tailwind, please include tests.
34-
35-
## Building the documentation
36-
37-
Tailwind uses the [Jigsaw](http://jigsaw.tighten.co/) static site generator for its documentation. Here is how you can generate the documentation locally:
38-
39-
1. Go to your Tailwind folder
40-
41-
```sh
42-
cd tailwindcss
43-
```
44-
45-
2. Install JS dependencies
46-
47-
```sh
48-
npm install
49-
```
50-
51-
3. Transpile the source code
52-
53-
```sh
54-
npm run prepare
55-
```
56-
57-
4. Go to docs folder
58-
59-
```sh
60-
cd docs
61-
```
62-
63-
5. Install PHP dependencies for docs (requires Composer: https://getcomposer.org)
64-
65-
```sh
66-
composer install
67-
```
68-
69-
6. Install JS dependencies for docs
70-
71-
```sh
72-
npm install
73-
```
74-
75-
7. Run the build to generate the static site
76-
77-
```sh
78-
npm run dev
79-
```
80-
81-
8. View the static site at `/tailwind/docs/build_local`, or you can run the Jigsaw server:
82-
83-
```sh
84-
./vendor/bin/jigsaw serve
85-
```

0 commit comments

Comments
 (0)