Skip to content

Commit 10b0059

Browse files
committed
Update links and images
Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>
1 parent 6d2662a commit 10b0059

11 files changed

Lines changed: 32 additions & 33 deletions

File tree

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on-prem-builder/
1313
├── docs-chef-io/ # Hugo-based documentation
1414
│ ├── config.toml # Hugo configuration
1515
│ ├── go.mod # Go module for docs
16-
│ ├── content/habitat/on_prem_builder/ # Documentation content
16+
│ ├── content/habitat/builder/on_prem/ # Documentation content
1717
│ │ ├── _index.md # Main documentation index
1818
│ │ ├── troubleshooting.md # Troubleshooting guide
1919
│ │ ├── configure/ # Configuration guides

HABITAT_2_TESTING_GUIDE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Before starting the testing, ensure you have:
4242
| Disk | 50GB | 100GB+ |
4343
| OS | Linux x86_64 with systemd | Ubuntu 20.04+ or RHEL 8+ |
4444

45-
**Reference:** [Detailed system requirements](./docs-chef-io/content/habitat/on_prem_builder/install/system_requirements.md)
45+
**Reference:** [Detailed system requirements](./docs-chef-io/content/habitat/builder/on_prem/install/system_requirements.md)
4646

4747
### Step 1: Clone Repository
4848

@@ -55,7 +55,7 @@ cd on-prem-builder
5555

5656
Before installation, setup a 3rd-party OAuth provider for authentication:
5757

58-
**Reference:** [OAuth setup guide](./docs-chef-io/content/habitat/on_prem_builder/install/builder_oauth.md#before-you-begin)
58+
**Reference:** [OAuth setup guide](./docs-chef-io/content/habitat/builder/on_prem/install/builder_oauth.md#before-you-begin)
5959

6060
**Supported providers:** GitHub, Azure AD, GitLab, Okta, Bitbucket
6161

@@ -67,7 +67,7 @@ cp bldr.env.sample bldr.env
6767
# Also add your HAB_AUTH_TOKEN for public builder
6868
```
6969

70-
📖 **Reference:** [Configuration guide](./docs-chef-io/content/habitat/on_prem_builder/install/builder_oauth.md#configure-chef-habitat-on-prem-builder)
70+
📖 **Reference:** [Configuration guide](./docs-chef-io/content/habitat/builder/on_prem/install/builder_oauth.md#configure-chef-habitat-on-prem-builder)
7171

7272
### Step 4: Install
7373

@@ -217,7 +217,7 @@ Follow the installation steps from **Scenario 3** based on your workstation arch
217217

218218
### Step 2: Configure Workstation
219219

220-
📖 **Reference:** [Workstation setup guide](./docs-chef-io/content/habitat/on_prem_builder/install/workstation.md)
220+
📖 **Reference:** [Workstation setup guide](./docs-chef-io/content/habitat/builder/on_prem/install/workstation.md)
221221

222222
```bash
223223
# Point to your on-prem builder

README.md

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -44,32 +44,31 @@ Once installed, the following functionality will be available to users:
4444

4545
## Documentation
4646

47-
The documentation for Builder on-prem is located in the [on-prem-docs](on-prem-docs/getting-started.md) directory.
47+
The documentation for On-Prem Builder is located in the [on-prem-docs](docs-chef-io/content/habitat/builder/on_prem/) directory.
4848

4949
### Index
5050

5151
#### Installation
5252

53-
1. [Getting Started](on-prem-docs/getting-started.md)
54-
1. [Builder + Automate](on-prem-docs/builder-automate.md) *OR* [Builder + OAuth Authentication](on-prem-docs/builder-oauth.md) (AzureAD/Github/GitLab/Okta/BitBucket)
55-
1. [Bootstrap Core Packages](on-prem-docs/bootstrap-core.md)
53+
1. [Getting Started](docs-chef-io/content/habitat/builder/on_prem/install/_index.md)
54+
1. [Builder + Automate](https://docs.chef.io/automate/on_prem_builder/) *OR* [Builder + OAuth Authentication](docs-chef-io/content/habitat/builder/on_prem/install/builder_oauth.md) (AzureAD/Github/GitLab/Okta/BitBucket)
55+
1. [Bootstrap Core Packages](docs-chef-io/content/habitat/builder/on_prem/packages/bootstrap_core_packages.md)
5656

5757
#### Reference
5858

59-
1. [Example builder.env](on-prem-docs/builder-example.md)
60-
2. [Logging](on-prem-docs/logs.md)
61-
3. [License](on-prem-docs/license.md)
62-
4. [Troubleshooting](on-prem-docs/troubleshooting.md)
59+
1. [Example builder.env](docs-chef-io/content/habitat/builder/on_prem/configure/builder_config_example.md)
60+
2. [Logging](docs-chef-io/content/habitat/builder/on_prem/configure/logs.md)
61+
3. [Troubleshooting](docs-chef-io/content/habitat/builder/on_prem/troubleshooting.md)
6362

6463
#### Managing Builder On-Prem
6564

66-
1. [Managing the Builder On-Prem Postgres Installation](on-prem-docs/postgres.md)
67-
1. [Managing the Builder On-Prem Minio Installation](on-prem-docs/minio.md)
68-
1. [Refreshing the Builder On-Prem with New Habitat Release Packages](on-prem-docs/update-habitat.md)
69-
1. [Using Artifactory with Builder On-Prem](on-prem-docs/artifactory.md)
70-
1. [High Availability / Disaster Recovery](on-prem-docs/warm-spare.md)
71-
1. [Scaling Frontends](on-prem-docs/scaling.md)
72-
1. [SSL Certificate Rotation](on-prem-docs/ssl-cert-rotation.md)
65+
1. [Managing the Builder On-Prem Postgres Installation](docs-chef-io/content/habitat/builder/on_prem/manage/postgres.md)
66+
1. [Managing the Builder On-Prem Minio Installation](docs-chef-io/content/habitat/builder/on_prem/manage/minio.md)
67+
1. [Refreshing the Builder On-Prem with New Habitat Release Packages](docs-chef-io/content/habitat/builder/on_prem/packages/update_packages.md)
68+
1. [Using Artifactory with Builder On-Prem](docs-chef-io/content/habitat/builder/on_prem/configure/artifactory.md)
69+
1. [High Availability / Disaster Recovery](docs-chef-io/content/habitat/builder/on_prem/configure/disaster_recovery_warm_spare.md)
70+
1. [Scaling Frontends](docs-chef-io/content/habitat/builder/on_prem/configure/scale_frontend_nodes.md)
71+
1. [SSL Certificate Rotation](docs-chef-io/content/habitat/builder/on_prem/manage/ssl_cert_rotation.md)
7372

7473
# Copyright
7574
See [COPYRIGHT.md](./COPYRIGHT.md).

docs-chef-io/content/habitat/builder/on_prem/install/system_requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ Follow these guidelines for filesystem storage:
3838
- Chef Habitat On-Prem Builder needs substantial storage space for packages. Make sure your filesystem has enough free space.
3939
- By default, Chef Habitat On-Prem Builder stores package artifacts in a MinIO instance, typically at `/hab/svc/builder-minio/data`.
4040
- If you need more storage, create a mount at `/hab` and point it to your external storage. This isn't required if you already have enough free space.
41-
- To use Artifactory instead of MinIO for object storage, see the [Habitat On-Prem Builder and Artifactory](/habitat/on_prem_builder/configure/artifactory/) documentation.
41+
- To use Artifactory instead of MinIO for object storage, see the [Habitat On-Prem Builder and Artifactory](/habitat/builder/on_prem/configure/artifactory/) documentation.

docs-chef-io/content/habitat/builder/on_prem/origins/create_an_origin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To create an origin in your Chef Habitat Builder deployment, follow these steps:
3737
- Creates an [origin key pair](../origin_keys).
3838
- Redirects you to the origin page.
3939

40-
![Origin successfully created](/images/habitat/create-origin-done.png)
40+
![Origin successfully created](/images/habitat/on_prem_builder/create-origin-done.png)
4141

4242
## Create an origin with the Chef Habitat CLI
4343

docs-chef-io/content/habitat/builder/on_prem/origins/origin_keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ testorigin-20190416223046.sig.key
5959
When you create an origin, Chef Habitat On-prem Builder automatically generates an origin key pair and saves both keys. To view an origin's keys on Chef Habitat On-prem Builder, navigate to the origin and select **Keys**.
6060
Anyone can view and download an origin's public keys, but only origin owners and administrators can view or download an origin private key, or change the origin key pair.
6161

62-
![Viewing your origin keys](/images/habitat/origin-keys.png)
62+
![Viewing your origin keys](/images/habitat/on_prem_builder/origin-keys.png)
6363

6464
### Download origin keys
6565

docs-chef-io/content/habitat/builder/on_prem/origins/origin_settings.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ The **Settings** tab for an origin lets you view and manage default package sett
1313

1414
Every origin member can view the origin's settings, but only origin administrators and owners can add, update, or delete settings.
1515

16-
| Settings actions | Read-only | Member | Maintainer | Administrator | Owner |
17-
|------------------|-----------|--------|------------|---------------|-------|
18-
| View settings | Y | Y | Y | Y | Y |
19-
| Add/update/delete settings | N | N | N | Y | Y |
20-
| View secrets | N | N | Y | Y | Y |
21-
| Add/update/delete secrets | N | N | N | Y | Y |
22-
23-
![The administrator or owner's view of the origin settings tab with a public default package setting and a saved origin secret](/images/habitat/origin-secrets.png)
16+
| Settings actions | Read-only | Member | Maintainer | Administrator | Owner |
17+
| -------------------------- | --------- | ------ | ---------- | ------------- | ----- |
18+
| View settings | Y | Y | Y | Y | Y |
19+
| Add/update/delete settings | N | N | N | Y | Y |
20+
| View secrets | N | N | Y | Y | Y |
21+
| Add/update/delete secrets | N | N | N | Y | Y |
22+
23+
![The administrator or owner's view of the origin settings tab with a public default package setting and a saved origin secret](/images/habitat/on_prem_builder/origin-secrets.png)
2424

2525
## Default package settings
2626

412 KB
Loading
395 KB
Loading
213 KB
Loading

0 commit comments

Comments
 (0)