Skip to content

Commit 6bb5284

Browse files
docs: flattend gh-pages structure
Flattened folder structure of the published gh-pages gh-pages/ ................. │─ pr-42/ # PR #42 preview │─ pr-99/ # PR #99 preview │─ feature-x/ # Feature branch preview │─ v17/ # Tagged release │─ main/ # main branch This was done in order to ensure proper cleaning ( avoiding race conditions and clutter). Thus the latest code should be refrenced from the /main subfolder. Updated the <ref> accordingly. Signed-off-by: Dan Calavrezo <[email protected]>
1 parent 3e757cd commit 6bb5284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
html_theme_options = {
4848
"external_links": [
49-
{"name": "Docs", "url": "https://eclipse-score.github.io/score/"},
49+
{"name": "Docs", "url": "https://eclipse-score.github.io/score/main"},
5050
{
5151
"name": "Eclipse",
5252
"url": "https://projects.eclipse.org/projects/automotive.score",

0 commit comments

Comments
 (0)