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
[](https://github.com/deven-org/documentation-skeleton/blob/main/doc/CODEOFCONDUCT.md)
7
+
[](https://github.com/deven-org/documentation-skeleton/blob/main/doc/CODE_OF_CONDUCT.md)
First of all a new folder will be created (`./doc`) containing all the skeleton chapters.
119
+
First of all a new folder will be created (`./docs`) containing all the skeleton chapters.
119
120
Then it will be generated a config (`./.deven-skeleton-install.config`) which will track the installed version.
120
121
121
-
If the `./doc` folder exists already, it will be renamed to `./_doc` and a new `doc` folder will be generated.
122
-
If both the `doc` folder and the `_doc` folder are existing, the script won't proceed until you don't delete one of them.
122
+
If the `./docs` folder exists already, it will be renamed to `./_docs_backup_please_rename` and a new `docs` folder will be generated.
123
+
If both the `docs` folder and the `_docs_backup_please_rename` folder are existing, the script won't proceed until you don't delete one of them.
123
124
124
125
If the `./.deven-skeleton-install.config` is already existing, the script will just stop. It means that the documentation skeleton has been already succesfully installed and there's no need to proceed with a new installation.
125
126
@@ -144,15 +145,18 @@ yarn doc:check
144
145
<br />
145
146
146
147
The tool will show the `diff` between the skeleton chapters and the chapters located in the local documentation folder.
147
-
If other files have been added to the `doc` folder, they will be ignored.
148
+
If other files have been added to the `docs` folder, they will be ignored.
148
149
149
150
The content of the chapters won't be analysed nor considered for this report.
150
151
151
152
</details>
152
153
153
154
### 3. Update
154
155
155
-
In case one or more chapters are missing in the local documentation folder, the command `update` will clone them into the `doc` folder.
156
+
In case a previous version that used the `doc` folder instead of `docs`, the command `update` will try to rename the folder if no other `docs` folder already exists. Otherwise an error will be shown and the process will be aborted.
157
+
Furthermore some of the files will be renamed: `CODEOFCONDUCT.md` to `CODE_OF_CONDUCT.md`, `GETSTARTED.md` to `GET_STARTED.md` and `PROJECTBACKGROUND.md` to `PROJECT_BACKGROUND.md`.
158
+
159
+
In case one or more chapters are missing in the local documentation folder, the command `update` will clone them into the `docs` folder.
156
160
157
161
```bash
158
162
npm run doc:update
@@ -180,21 +184,21 @@ If the local version is greater than the one of the installed packaged, the scri
180
184
181
185
# :white_check_mark: How to test
182
186
183
-
[Read more](./doc/TESTING.md)
187
+
[Read more](./docs/TESTING.md)
184
188
185
189
# :v: Contribute
186
190
187
-
[Read more](./doc/CONTRIBUTE.md)
191
+
[Read more](./docs/CONTRIBUTE.md)
188
192
189
193
# :bug: Bugs and Issues
190
194
191
195
If you would like to open an issue, you can gladly use [this page](https://git.sinnerschrader.com/deven/documentation-skeleton/-/issues).
192
-
But please, have a look at the [Contribute](./doc/CONTRIBUTE.md) page before filing a bug.
196
+
But please, have a look at the [Contribute](./docs/CONTRIBUTE.md) page before filing a bug.
193
197
194
198
# :page_facing_up: License
195
199
196
200
[MIT LICENCE](./LICENSE.md)
197
201
198
202
# :green_heart: Code of conduct
199
203
200
-
You can find the [Code of Conduct here](./doc/CODEOFCONDUCT.md)
204
+
You can find the [Code of Conduct here](./docs/CODE_OF_CONDUCT.md)
0 commit comments