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
6 changes: 6 additions & 0 deletions src/pages/bestpractices/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: ADP Developer Site - Best Practices
description: A guide listing the best practices
---

# ADP Developer Site Best Practices
2 changes: 1 addition & 1 deletion src/pages/blocks/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Overview - Block Examples
title: ADP Developer Site - Block Overview
description: Explore all available blocks for the Adobe Developer documentation site, including content blocks, code blocks, and API documentation components.
---

Expand Down
16 changes: 12 additions & 4 deletions src/pages/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@
- /dev-docs-reference/

- pages:
- [Overview](index.md)
- [Reference Docs](blocks/index.md)

- [ADP Dev Site](index.md)
- [Blocks](/blocks/index.md)
- [Local Dev](/localdev/index.md)
- [Deploy](/deploy/index.md)
- [Best Practices](/bestpractices/index.md)
- [FAQ](/faq/index.md)

- subPages:
- [Overview](blocks/index.md)
- [Blocks](/blocks/index.md)
- [Configuration Blocks](#configuration-blocks)
- [SideNav](/blocks/sidenav/index.md)
- [TopNav](/blocks/topnav/index.md)
Expand Down Expand Up @@ -57,3 +61,7 @@
- [Superhero Half Width with Background Image](blocks/superhero/superhero-halfwidth-with-background-image.md)
- [Superhero Half Width with Background Image and Video](blocks/superhero/superhero-halfwidth-with-background-image-and-video.md)
- [Tab](/blocks/tab/index.md)
- [Local Development](/localdev/index.md)
- [Deploy](/deploy/index.md)
- [Best Practices](/bestpractices/index.md)
- [FAQ](/faq/index.md)
6 changes: 6 additions & 0 deletions src/pages/deploy/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: ADP Developer Site - Deploy
description: A guide on how to deploy your site
---

# How to deploy
6 changes: 6 additions & 0 deletions src/pages/faq/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: ADP Developer Site - FAQ
description: A guide with FAQ about the ADP Developer Site
---

# ADP Developer Site Best Practices
8 changes: 4 additions & 4 deletions src/pages/index.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: Overview - Block Examples
description: Explore all available blocks for the Adobe Developer documentation site, including content blocks, code blocks, and API documentation components.
title: ADP Developer Site
description: A documentation site that provides instructions on how to build documentation using the ADP Developer Site's tools
---

<SuperHero slots="heading, text" background="rgb(154, 23, 34)"/>

# Adobe Developer Documentation Block Reference
# ADP Developer Site Documentation

The Adobe Developer Documentation Block Reference provides a comprehensive catalog of reusable content blocks for building rich, interactive documentation experiences.
The ADP Developer Site Documentation provides a comprehensive list of guides on how to build documentation on the developer.adobe.com platform.

## Overview

Expand Down
6 changes: 6 additions & 0 deletions src/pages/localdev/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: ADP Developer Site - Local Development
description: A guide on how to use local development to help build your site
---

# ADP Developer Site Local Development