Skip to content

Commit 5413e68

Browse files
committed
finish developer guide to include renaming baseurl in config
Signed-off-by: vsoch <[email protected]>
1 parent be44972 commit 5413e68

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/getting_started/developer-guide.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,14 @@ As an example, here is a diff where I changed the original registry to a new one
10231023
10241024
Note that in the above, we also change "https://" to be "git" to use a different protocol.
10251025
You should only do this change after you've fetched, as you will no longer be connected to the original
1026-
remote!
1026+
remote! Finally, you'll need to change the "baseurl" in `_config.yaml` to be the name of your GitHub repository:
1027+
1028+
```diff
1029+
- baseurl: "/shpc-registry" #important: start with /
1030+
+ baseurl: "/my-shpc-registry" #important: start with /
1031+
```
1032+
1033+
If you forget this step, the pages will render, but the style sheets will be broken.
10271034

10281035
Push Branches to your New Remote
10291036
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)