Skip to content

Commit 805101d

Browse files
committed
fix local build docs errors
1 parent eb735f8 commit 805101d

File tree

9 files changed

+310
-483
lines changed

9 files changed

+310
-483
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#ocs-builder
1+
#docs-builder
22

33
[![ci](https://github.com/elastic/docs-builder/actions/workflows/ci.yml/badge.svg?branch=main&event=push)](https://github.com/elastic/docs-builder/actions/workflows/ci.yml)
44

docs/development/navigation/README.md

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

docs/development/navigation/assembler-process.md

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

33
The assembler combines multiple documentation repositories into a unified site with custom URL prefixes.
44

5-
> **Prerequisites:** Read [Functional Principles #4](functional-principles.md#4-navigation-roots-can-be-re-homed) and [Home Provider Architecture](home-provider-architecture.md) first to understand re-homing.
5+
> **Prerequisites:** Read [Functional Principles #4](functional-principles.md#4.-navigation-roots-can-be-re-homed) and [Home Provider Architecture](home-provider-architecture.md) first to understand re-homing.
66
77
## The Challenge
88

docs/development/navigation/home-provider-architecture.md

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

33
The Home Provider pattern enables O(1) re-homing of navigation subtrees through indirection.
44

5-
> **Overview:** For high-level concepts, see [Functional Principles #3-5](functional-principles.md#3-url-building-is-dynamic-and-cheap). This document explains the implementation.
5+
> **Overview:** For high-level concepts, see [Functional Principles #3-5](functional-principles.md#3.-url-building-is-dynamic-and-cheap). This document explains the implementation.
66
77
## The Problem
88

-110 KB
Binary file not shown.
-41.9 KB
Binary file not shown.

docs/development/navigation/node-types.md

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

33
This document provides a detailed reference for each navigation node type in `Elastic.Documentation.Navigation`.
44

5-
> **Context:** For the acyclic graph structure that these nodes form, see [Functional Principles #8](functional-principles.md#8-acyclic-graph-structure).
5+
> **Context:** For the acyclic graph structure that these nodes form, see [Functional Principles #8](functional-principles.md#8.-acyclic-graph-structure).
66
77
## Type Hierarchy
88

docs/development/navigation/two-phase-loading.md

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

33
Navigation construction splits into two distinct phases: configuration resolution and navigation building.
44

5-
> **Overview:** For a high-level understanding, see [Functional Principles #1](functional-principles.md#1-two-phase-loading). This document provides detailed implementation information.
5+
> **Overview:** For a high-level understanding, see [Functional Principles #1](functional-principles.md#1.-two-phase-loading). This document provides detailed implementation information.
66
77
## Why Two Phases?
88

0 commit comments

Comments
 (0)