This repository was archived by the owner on Jan 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-17
lines changed Expand file tree Collapse file tree 1 file changed +5
-17
lines changed Original file line number Diff line number Diff line change @@ -22,26 +22,14 @@ Running the head binary:
22
22
- ` npm publish `
23
23
- Regenerate documentation (see below)
24
24
25
- If there's a high chance of regression, please bump to 1.0.0 so that code using a semver ^ or ~ doesn't auto-upgrade anyone.
25
+ If there's a high chance of regression, please bump to a new major version number
26
+ so that code using a semver ^ or ~ doesn't auto-upgrade anyone.
26
27
27
28
For examples of previous releases see: https://github.com/mapbox/carto/issues/440
28
29
29
30
## Documentation
30
31
31
32
This repository contains auto-generated documentation of the content of Carto
32
- that's published on Mapbox.com.
33
-
34
- git fetch origin gh-pages:gh-pages
35
-
36
- Edit ` _docs/package.json ` to point to the head version of [ mapnik-reference] ( https://github.com/mapnik/mapnik-reference ) .
37
-
38
- cd _docs
39
- npm install
40
- node generate.js
41
-
42
- Then run up a directory and run the testing server:
43
-
44
- cd ../
45
- jekyll serve -p 4000
46
-
47
- Test the new site at ` localhost:4000/carto ` and if things look good then git add your changes and push.
33
+ that's published on readthedocs.io. You find the relevant files in the ` docs `
34
+ directory. Those files with the extension ` rst ` are the ones where you find
35
+ the documentation sources in reStructuredText.
You can’t perform that action at this time.
0 commit comments