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
Copy file name to clipboardExpand all lines: CLAUDE.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,3 +8,13 @@ The content in this repo is a mixture of two things:
8
8
* version-specific documentation, where a new release of the Kroxylicious software produces new documentation about that version.
9
9
10
10
The version-specific content has index pages enumerating the downloads and documentation publications, which is templated using liquid templates.
11
+
12
+
When you make a change you should test it.
13
+
The script `./run.sh` can be used to serve the site from a docker container.
14
+
The preview site can then be accessed at `http://127.0.0.1:4000/`.
15
+
16
+
This GitHub repository is hosted on GitHub at `https://github.com/kroxylicious/kroxylicious.github.io`.
17
+
You can use the `gh` tool to interact with GitHub PRs.
18
+
Note that we do not use the website repo for issues.
19
+
Instead, issues for the website are held in the main Kroxylicious repo `https://github.com/kroxylicious/kroxylicious`.
20
+
So if you need to interact with website issues you can use the `-R kroxylicious/kroxylicious` option, for example: `gh issue list -R kroxylicious/kroxylicious`.
0 commit comments