Skip to content

Commit 398cca4

Browse files
committed
Update readme after reconfiguration
1 parent 7004166 commit 398cca4

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,3 @@ Are you interested in improving our documentation, working on the codebase, revi
1111
1. Clone this repository
1212
2. Execute `brew install hugo`
1313
3. Execute `hugo server` in the root of the project
14-
15-
## :warning: Do not delete the `public` folder
16-
17-
Deployment of the build depends on a git submodule that is configured in the folder `public`. Deleting this folder
18-
will break deployment and will prevent any updates of the documentation from being published to the Github Pages
19-
website.
20-
21-
If you inadvertently do delete the `public` folder you need to reinstate the submodule. Make sure your changes are
22-
committed (not pushed) and then run the following command:
23-
24-
```
25-
git submodule add --name pages https://github.com/graphql-java-kickstart/graphql-java-kickstart.github.io.git public
26-
```
27-
28-
That should clone the module into `public` again and fix the build. When looking at the source folders in Github
29-
you'll notice the `public` folder has a special folder icon of two folders instead of one and clicking the link
30-
will redirect you to the linked git repository instead of opening a normal folder.

content/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,3 @@ the Discussions section of the relevant project:
4848
* [GraphQL Spring Boot](https://github.com/graphql-java-kickstart/graphql-spring-boot/discussions)
4949
* [GraphQL Spring WebClient](https://github.com/graphql-java-kickstart/graphql-spring-webclient/discussions)
5050

51-
This is a test...

0 commit comments

Comments
 (0)