Skip to content

Commit 8a2e047

Browse files
committed
cleanup for publishing
1 parent d000eda commit 8a2e047

32 files changed

+87
-790
lines changed

.github/workflows/sync-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929

3030
- name: Sync folders
3131
run: |
32-
rm -rf target-repo/docs/docs-demo2/*
32+
rm -rf target-repo/docs/docs-demo/*
3333
rm -f target-repo/docs/sidebars-demo.ts
34-
cp -r source-repo/docs/docs/* target-repo/docs/docs-demo2/
35-
cp source-repo/docs/sidebars.ts target-repo/docs/sidebars-demo2.ts
34+
cp -r source-repo/docs/docs/* target-repo/docs/docs-demo/
35+
cp source-repo/docs/sidebars.ts target-repo/docs/sidebars-demo.ts
3636
cd target-repo
3737
git config user.name github-actions
3838
git config user.email github-actions@github.com

CLAUDE.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ uv run infrahubctl object load objects/events/ --branch main
5656
uv run infrahubctl branch create <branch-name>
5757

5858
# Load data to specific branch
59-
uv run infrahubctl object load objects/dc-arista-s.yml --branch <branch-name>
59+
uv run infrahubctl object load objects/dc/dc-arista-s.yml --branch <branch-name>
6060

6161
# Create a proposed change for a branch
6262
uv run invoke create-pc --branch <branch-name>
@@ -361,18 +361,18 @@ uv run invoke demo-dc-arista
361361
362362
# Manual approach
363363
uv run infrahubctl branch create my-branch
364-
uv run infrahubctl object load objects/dc-arista-s.yml --branch my-branch
364+
uv run infrahubctl object load objects/dc/dc-arista-s.yml --branch my-branch
365365
# Then run generator via InfraHub UI: Actions → Generator Definitions → create_dc
366366
```
367367

368368
### Available Demo Data Files
369-
- `objects/dc-arista-s.yml` - Arista EOS data center
370-
- `objects/dc-cisco-s.yml` - Cisco NX-OS data center
371-
- `objects/dc-cisco-s-border-leafs.yml` - Cisco with border leafs
372-
- `objects/dc-juniper-s.yml` - Juniper data center
373-
- `objects/dc-sonic-border-leafs.yml` - SONiC with border leafs
374-
- `objects/pop-1.yml` - Point of presence 1
375-
- `objects/pop-2.yml` - Point of presence 2
369+
- `objects/dc/dc-arista-s.yml` - Arista EOS data center
370+
- `objects/dc/dc-cisco-s.yml` - Cisco NX-OS data center
371+
- `objects/dc/dc-cisco-s-border-leafs.yml` - Cisco with border leafs
372+
- `objects/dc/dc-juniper-s.yml` - Juniper data center
373+
- `objects/dc/dc-sonic-border-leafs.yml` - SONiC with border leafs
374+
- `objects/pop/pop-1.yml` - Point of presence 1
375+
- `objects/pop/pop-2.yml` - Point of presence 2
376376

377377
## Service Catalog
378378

@@ -416,7 +416,7 @@ The project includes a Streamlit-based service catalog application:
416416
- `17_ip_prefix_pools.yml` - IP prefix pools
417417
- `18_devices.yml` - Pre-configured devices (corp-firewall, cisco-switch-01, etc.)
418418
- `19_docs.yml` - Documentation links
419-
- `objects/dc-*.yml` - Demo scenario data files (Arista, Cisco, Juniper, SONiC)
419+
- `objects/dc/` - Data center demo scenario files (Arista, Cisco, Juniper, SONiC)
420420
- `objects/security/` - Security-related demo data
421421
- `objects/cloud_security/` - Cloud security examples
422422
- `objects/events/` - Event action definitions

INTEGRATION_TEST_RESULTS.md

Lines changed: 0 additions & 190 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This repository is demoing the key Infrahub features for an example data center
1919

2020
## Running the demo
2121

22-
Documentation for loading and using this demo is available on the Infrahub docs site [docs.infrahub.app/demo2/](https://docs.infrahub.app/demo2/)
22+
Documentation for loading and using this demo is available on the Infrahub docs site [docs.infrahub.app/demo/](https://docs.infrahub.app/demo/)
2323

2424
## Service Catalog
2525

0 commit comments

Comments
 (0)