mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-13 13:04:03 +00:00
Update README.md
This commit is contained in:
parent
ca5218561f
commit
6d3baf9f80
@ -133,6 +133,6 @@ All assets will be automatically rebuilt into the atlas once changed (Thanks to
|
||||
|
||||
### Generating documentation:
|
||||
|
||||
1. Replace name.replace('\*', '\\\\\*') with name.replace('\*', '\\\\\*').replace('[', '\\\\[').replace(']', '\\\\]').replace('(', '\\\\(').replace(')', '\\\\)') in node_modules\esdoc-publish-html-plugin\out\src\Builder\DocBuilder.js:116:20)
|
||||
2. Replace autoPrivate && doc.name.charAt(0) === '\_' with autoPrivate && doc.name && doc.name.charAt(0) === '\_' in node_modules\esdoc-accessor-plugin\src\Plugin.js:16
|
||||
1. Replace `name.replace('*', '\\*')` with `name.replace('*', '\\*').replace('[', '\\[').replace(']', '\\]').replace('(', '\\(').replace(')', '\\)')` in node_modules\esdoc-publish-html-plugin\out\src\Builder\DocBuilder.js:116:20)
|
||||
2. Replace `autoPrivate && doc.name.charAt(0) === '\_'` with `autoPrivate && doc.name && doc.name.charAt(0) === '\_'` in node_modules\esdoc-accessor-plugin\src\Plugin.js:16
|
||||
3. npm run esdoc
|
||||
|
Loading…
Reference in New Issue
Block a user