File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 3
3
- No need for ` docusaurus/blog/ ` as discussed in Slack, and as the existing text is not relevant to the project, it has been removed.
4
4
- Removed ` docusaurus/README.md ` as it is already present information duplicated with another files like ` docs/howtos/documentation_development.md ` .
5
5
- Removed ` docusaurus/package-lock.json ` as the local development should be done with ` yarn ` .
6
+ - Removed unused static files.
7
+ - Remove ` HomepageFeatures ` components as was only being imported and not used.
6
8
7
9
## Added
8
10
+ Added ` docusaurus/docs/howtos/documentation_development.md ` as to give instructions on how to develop documentation.
12
14
* Improved ` docusaurus/.dockerignore ` refenrencing the the other JS modules that are not needed when building the container.
13
15
* Updated ` docusaurus/package.json ` to include the latest versions of the dependencies.
14
16
* Included at ` docusaurus/Dockerfile ` the the new instructions to build the containers of Development and Production.
17
+ * Improved ` index.js ` to include the new components and remove the unused ones.
You can’t perform that action at this time.
0 commit comments