Skip to content

Commit bc5e2f4

Browse files
apartsinclaude
andcommitted
Fix broken header navigation across 81 files (book title + Contents links restored)
WAVE 7 agent incorrectly replaced the working header-nav pattern with book-title-bar, which is set to display:none in book.css. This removed both the book title link and the Contents menu from Parts 7-9 and all part index pages. Script standardizes all 81 affected files back to the canonical header-nav pattern with correct relative paths. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5fb1c19 commit bc5e2f4

82 files changed

Lines changed: 511 additions & 243 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

part-1-foundations/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@
99
</head>
1010
<body>
1111

12-
<div class="book-title-bar">
13-
<a href="../index.html">Building Conversational AI using LLM and Agents</a>
14-
</div>
1512
<header class="chapter-header">
13+
<nav class="header-nav">
14+
<a href="../index.html" class="book-title-link">Building Conversational AI with LLMs and Agents</a>
15+
<a href="../toc.html" class="toc-link" title="Table of Contents"><span class="toc-icon">&#9776;</span> Contents</a>
16+
</nav>
1617
<h1>Part I: Foundations</h1>
1718
<p class="chapter-subtitle">Building the mathematical, linguistic, and engineering foundations that underpin every modern Large Language Model.</p>
1819
</header>

part-10-frontiers/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88
<link rel="stylesheet" href="../styles/book.css">
99
</head>
1010
<body>
11-
<div class="book-title-bar">
12-
<a href="../index.html">Building Conversational AI with LLMs and Agents</a>
13-
</div>
1411
<header class="chapter-header">
12+
<nav class="header-nav">
13+
<a href="../index.html" class="book-title-link">Building Conversational AI with LLMs and Agents</a>
14+
<a href="../toc.html" class="toc-link" title="Table of Contents"><span class="toc-icon">&#9776;</span> Contents</a>
15+
</nav>
1516
<h1>Part X: Frontiers</h1>
1617
<p class="chapter-subtitle">Open problems, emerging capabilities, and the road ahead for AI research and society.</p>
1718
</header>

part-11-idea-to-product/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88
<link rel="stylesheet" href="../styles/book.css">
99
</head>
1010
<body>
11-
<div class="book-title-bar">
12-
<a href="../index.html">Building Conversational AI with LLMs and Agents</a>
13-
</div>
1411
<header class="chapter-header">
12+
<nav class="header-nav">
13+
<a href="../index.html" class="book-title-link">Building Conversational AI with LLMs and Agents</a>
14+
<a href="../toc.html" class="toc-link" title="Table of Contents"><span class="toc-icon">&#9776;</span> Contents</a>
15+
</nav>
1516
<h1>Part XI: From Idea to AI Product</h1>
1617
<p class="chapter-subtitle">The entrepreneur's operating model for building, launching, and iterating on AI-centered products.</p>
1718
</header>

part-2-understanding-llms/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@
99
</head>
1010
<body>
1111

12-
<div class="book-title-bar">
13-
<a href="../index.html">Building Conversational AI using LLM and Agents</a>
14-
</div>
1512
<header class="chapter-header">
13+
<nav class="header-nav">
14+
<a href="../index.html" class="book-title-link">Building Conversational AI with LLMs and Agents</a>
15+
<a href="../toc.html" class="toc-link" title="Table of Contents"><span class="toc-icon">&#9776;</span> Contents</a>
16+
</nav>
1617
<h1>Part II: Understanding LLMs</h1>
1718
<p class="chapter-subtitle">How large language models are trained, how they differ, and how to serve them efficiently at scale.</p>
1819
</header>

part-3-working-with-llms/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@
99
</head>
1010
<body>
1111

12-
<div class="book-title-bar">
13-
<a href="../index.html">Building Conversational AI using LLM and Agents</a>
14-
</div>
1512
<header class="chapter-header">
13+
<nav class="header-nav">
14+
<a href="../index.html" class="book-title-link">Building Conversational AI with LLMs and Agents</a>
15+
<a href="../toc.html" class="toc-link" title="Table of Contents"><span class="toc-icon">&#9776;</span> Contents</a>
16+
</nav>
1617
<h1>Part III: Working with LLMs</h1>
1718
<p class="chapter-subtitle">Practical skills for using LLMs through APIs, prompt engineering, and hybrid ML architectures.</p>
1819
</header>

part-4-training-adapting/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@
99
</head>
1010
<body>
1111

12-
<div class="book-title-bar">
13-
<a href="../index.html">Building Conversational AI using LLM and Agents</a>
14-
</div>
1512
<header class="chapter-header">
13+
<nav class="header-nav">
14+
<a href="../index.html" class="book-title-link">Building Conversational AI with LLMs and Agents</a>
15+
<a href="../toc.html" class="toc-link" title="Table of Contents"><span class="toc-icon">&#9776;</span> Contents</a>
16+
</nav>
1617
<h1>Part IV: Training and Adapting</h1>
1718
<p class="chapter-subtitle">Generating data, fine-tuning models, distilling knowledge, and aligning with human preferences.</p>
1819
</header>

part-5-retrieval-conversation/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@
99
</head>
1010
<body>
1111

12-
<div class="book-title-bar">
13-
<a href="../index.html">Building Conversational AI using LLM and Agents</a>
14-
</div>
1512
<header class="chapter-header">
13+
<nav class="header-nav">
14+
<a href="../index.html" class="book-title-link">Building Conversational AI with LLMs and Agents</a>
15+
<a href="../toc.html" class="toc-link" title="Table of Contents"><span class="toc-icon">&#9776;</span> Contents</a>
16+
</nav>
1617
<h1>Part V: Retrieval and Conversation</h1>
1718
<p class="chapter-subtitle">Grounding LLMs in external knowledge through embeddings, vector search, RAG, and building complete conversational systems.</p>
1819
</header>

part-6-agentic-ai/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88
<link rel="stylesheet" href="../styles/book.css">
99
</head>
1010
<body>
11-
<div class="book-title-bar">
12-
<a href="../index.html">Building Conversational AI using LLM and Agents</a>
13-
</div>
1411
<header class="chapter-header">
12+
<nav class="header-nav">
13+
<a href="../index.html" class="book-title-link">Building Conversational AI with LLMs and Agents</a>
14+
<a href="../toc.html" class="toc-link" title="Table of Contents"><span class="toc-icon">&#9776;</span> Contents</a>
15+
</nav>
1516
<h1>Part VI: Agentic AI</h1>
1617
<p class="chapter-subtitle">Building autonomous AI agents that use tools, plan multi-step tasks, and collaborate in multi-agent systems.</p>
1718
</header>

part-7-multimodal-applications/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88
<link rel="stylesheet" href="../styles/book.css">
99
</head>
1010
<body>
11-
<div class="book-title-bar">
12-
<a href="../index.html">Building Conversational AI using LLM and Agents</a>
13-
</div>
1411
<header class="chapter-header">
12+
<nav class="header-nav">
13+
<a href="../index.html" class="book-title-link">Building Conversational AI with LLMs and Agents</a>
14+
<a href="../toc.html" class="toc-link" title="Table of Contents"><span class="toc-icon">&#9776;</span> Contents</a>
15+
</nav>
1516
<h1>Part VII: AI Applications</h1>
1617
<p class="chapter-subtitle">Multimodal models and real-world LLM applications across industries, from code generation to healthcare to scientific discovery.</p>
1718
</header>

part-7-multimodal-applications/module-27-multimodal/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88
<link rel="stylesheet" href="../../styles/book.css">
99
</head>
1010
<body>
11-
<div class="book-title-bar">
12-
<a href="../../index.html">Building Conversational AI using LLM and Agents</a>
13-
</div>
1411
<header class="chapter-header">
12+
<nav class="header-nav">
13+
<a href="../../index.html" class="book-title-link">Building Conversational AI with LLMs and Agents</a>
14+
<a href="../../toc.html" class="toc-link" title="Table of Contents"><span class="toc-icon">&#9776;</span> Contents</a>
15+
</nav>
1516
<div class="part-label"><a href="../index.html">Part VII: AI Applications</a></div>
1617
<h1>Chapter 27: Multimodal Generation</h1>
1718
</header>

0 commit comments

Comments
 (0)