Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,131 @@
# Link Placeholders for Operations API

## reference_versioned_docs/version-v4/operations-api/overview.md

- Line 18: `[TODO:reference_versioned_docs/version-v4/configuration/overview.md]`
- Context: Describing how to change the Operations API port via configuration
- Target should be: Configuration overview page (operationsApi.network section)

- Line 24: `[Basic Authentication](TODO:reference_versioned_docs/version-v4/security/basic-authentication.md)`
- Context: Listing supported authentication methods for Operations API
- Target should be: Basic authentication reference page

- Line 25: `[JWT Authentication](TODO:reference_versioned_docs/version-v4/security/jwt-authentication.md)`
- Context: Listing supported authentication methods for Operations API
- Target should be: JWT authentication reference page

- Line 41: `[Operations](./operations.md)` — **Internal link; already resolved**

- Table row: `[Databases & Tables](./operations.md#databases--tables)` — **Internal link; already resolved**

- Table row: `[NoSQL Operations](./operations.md#nosql-operations)` — **Internal link; already resolved**

- Table row: `[Bulk Operations](./operations.md#bulk-operations)` — **Internal link; already resolved**

- Table row: `[SQL Operations](./operations.md#sql-operations)` — **Internal link; already resolved**

- Table row: `[Users & Roles](./operations.md#users--roles)` — **Internal link; already resolved**

- Table row: `[Token Authentication](./operations.md#token-authentication)` — **Internal link; already resolved**

- Table row: `[Components](./operations.md#components)` — **Internal link; already resolved**

- Table row: `[Replication & Clustering](./operations.md#replication--clustering)` — **Internal link; already resolved**

- Table row: `[Configuration](./operations.md#configuration)` — **Internal link; already resolved**

- Table row: `[Jobs](./operations.md#jobs)` — **Internal link; already resolved**

- Table row: `[Logs](./operations.md#logs)` — **Internal link; already resolved**

- Table row: `[Certificate Management](./operations.md#certificate-management)` — **Internal link; already resolved**

- Table row: `[Analytics](./operations.md#analytics)` — **Internal link; already resolved**

- Table row: `[Registration & Licensing](./operations.md#registration--licensing)` — **Internal link; already resolved**

---

## reference_versioned_docs/version-v4/operations-api/operations.md

### Databases & Tables section

- Line (Databases & Tables description): `[TODO:reference_versioned_docs/version-v4/database/overview.md]`
- Context: "Detailed documentation" link at top of Databases & Tables section
- Target should be: Database overview page

### NoSQL Operations section

- Line (NoSQL Operations description): `[TODO:reference_versioned_docs/version-v4/rest/querying.md]`
- Context: "Detailed documentation" link at top of NoSQL Operations section
- Target should be: REST querying reference (also covers NoSQL query patterns)

### Bulk Operations section

- Line (Bulk Operations description): `[TODO:reference_versioned_docs/version-v4/database/jobs.md]`
- Context: "Detailed documentation" link at top of Bulk Operations section
- Target should be: Database jobs reference page

### SQL Operations section

- Line (SQL Operations description): `[TODO:reference_versioned_docs/version-v4/legacy/sql]`
- Context: "Detailed documentation" link at top of SQL Operations section
- Target should be: Legacy SQL guide section

### Users & Roles section

- Two instances: `[TODO:reference_versioned_docs/version-v4/users-and-roles/operations.md]`
- Context: "Detailed documentation" link and inline "See" link in Users & Roles section
- Target should be: Users & Roles operations page

### Token Authentication section

- Line (Token Authentication description): `[TODO:reference_versioned_docs/version-v4/security/jwt-authentication.md]`
- Context: "Detailed documentation" link at top of Token Authentication section
- Target should be: JWT authentication reference page

### Components section

- Line (Components description): `[TODO:reference_versioned_docs/version-v4/components/overview.md]`
- Context: "Detailed documentation" link at top of Components section
- Target should be: Components overview page

- Line (Deprecated Custom Functions): `[TODO:reference_versioned_docs/version-v4/components/overview.md]`
- Context: Referring readers from deprecated custom-functions ops to modern equivalent
- Target should be: Components overview page

### Replication & Clustering section

- Line (Replication description): `[TODO:reference_versioned_docs/version-v4/replication/clustering.md]`
- Context: "Detailed documentation" link at top of Replication & Clustering section
- Target should be: Replication clustering reference page

### Configuration section

- Two instances: `[TODO:reference_versioned_docs/version-v4/configuration/overview.md]`
- Context: "Detailed documentation" link at top of Configuration section and inline reference
- Target should be: Configuration overview page

### Jobs section

- Two instances: `[TODO:reference_versioned_docs/version-v4/database/jobs.md]`
- Context: "Detailed documentation" link at top of Jobs section and inline reference
- Target should be: Database jobs reference page

### Logs section

- Line (Logs description): `[TODO:reference_versioned_docs/version-v4/logging/operations.md]`
- Context: "Detailed documentation" link at top of Logs section
- Target should be: Logging operations page

### Certificate Management section

- Line (Certificate Management description): `[TODO:reference_versioned_docs/version-v4/security/certificate-management.md]`
- Context: "Detailed documentation" link at top of Certificate Management section
- Target should be: Security certificate management page

### Analytics section

- Line (Analytics description): `[TODO:reference_versioned_docs/version-v4/analytics/operations.md]`
- Context: "Detailed documentation" link at top of Analytics section
- Target should be: Analytics operations page
Loading