Skip to content

Commit

Permalink
fix: pages do not have <title> (#335)
Browse files Browse the repository at this point in the history
Auto-gen'ed titles from the first page heading, if applicable.
fixes #324
  • Loading branch information
shazron committed May 21, 2024
1 parent 3c84181 commit 4bd35d6
Show file tree
Hide file tree
Showing 132 changed files with 285 additions and 144 deletions.
3 changes: 2 additions & 1 deletion src/pages/getting_started/common_troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ keywords:
- Extensibility
- API Documentation
- Developer Tooling
title: Common Troubleshooting
---

# Common Troubleshooting
Expand Down Expand Up @@ -64,4 +65,4 @@ If your code uses App Builder [State](https://github.com/adobe/aio-lib-state) or
There are no pre-compiled NodeJS binaries for versions prior to 15.x for Apple's new M1 chip (arm64 architecture).
One solution is to change the architecture of your shell from arm64 to x86.

We recommend using the [Node Version Manager (nvm)](https://github.com/nvm-sh/nvm) over [Homebrew](https://brew.sh/) and follow their [troubleshooting guides for macOS](https://github.com/nvm-sh/nvm#macos-troubleshooting) (section **Macs with M1 chip**).
We recommend using the [Node Version Manager (nvm)](https://github.com/nvm-sh/nvm) over [Homebrew](https://brew.sh/) and follow their [troubleshooting guides for macOS](https://github.com/nvm-sh/nvm#macos-troubleshooting) (section **Macs with M1 chip**).
1 change: 1 addition & 0 deletions src/pages/getting_started/first_app.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ keywords:
- Extensibility
- API Documentation
- Developer Tooling
title: Creating your First App Builder Application
---

# Creating your First App Builder Application
Expand Down
1 change: 1 addition & 0 deletions src/pages/getting_started/publish_app.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ keywords:
- Extensibility
- API Documentation
- Developer Tooling
title: Publishing Your First App Builder Application
---

# Publishing Your First App Builder Application
Expand Down
1 change: 1 addition & 0 deletions src/pages/guides/app-hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ keywords:
- Extensibility
- API Documentation
- Developer Tooling
title: App Builder application tooling lifecycle event hooks
---


Expand Down
3 changes: 2 additions & 1 deletion src/pages/guides/application_logging/azure_log_analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ keywords:
- Logging
- Log Forwarding
- Monitoring
- Azure
- Azure
- Azure Log Analytics
title: Forwarding logs to Azure Log Analytics
---

# Forwarding logs to Azure Log Analytics
Expand Down
7 changes: 5 additions & 2 deletions src/pages/guides/application_logging/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ keywords:
- Logging
- Log Forwarding
- Monitoring
title: Guides
description: Logging is one of the most important tools in a developer's tool kit. Application logs allow a developer to debug an application in development as well as monitor it in production.
title: Managing Application Logs
description: >-
Logging is one of the most important tools in a developer's tool kit.
Application logs allow a developer to debug an application in development as
well as monitor it in production.
---

# Managing Application Logs
Expand Down
3 changes: 2 additions & 1 deletion src/pages/guides/application_logging/new_relic.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ keywords:
- Logging
- Log Forwarding
- Monitoring
- New Relic
- New Relic
title: Forwarding logs to New Relic
---

# Forwarding logs to New Relic
Expand Down
3 changes: 2 additions & 1 deletion src/pages/guides/application_logging/splunk_cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ keywords:
- Logging
- Log Forwarding
- Monitoring
- Splunk
- Splunk
- Splunk Cloud
title: Forwarding logs to Splunk Cloud
---

# Forwarding logs to Splunk Cloud
Expand Down
5 changes: 3 additions & 2 deletions src/pages/guides/application_logging/splunk_enterprise.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ keywords:
- Logging
- Log Forwarding
- Monitoring
- Splunk
- Splunk
- Splunk Enterprise
title: Forwarding logs to Splunk Enterprise
---

# Forwarding logs to Splunk Enterprise
Expand Down Expand Up @@ -99,4 +100,4 @@ Only ports `443` and `8088` are supported by I/O Runtime for port forwarding.
aio app config get log-forwarding errors
```

_Note: If you are unable to set up log forwarding correctly, please visit our [App Builder forums](https://experienceleaguecommunities.adobe.com/t5/app-builder/ct-p/app-builder) for support._
_Note: If you are unable to set up log forwarding correctly, please visit our [App Builder forums](https://experienceleaguecommunities.adobe.com/t5/app-builder/ct-p/app-builder) for support._
1 change: 1 addition & 0 deletions src/pages/guides/application_state.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ keywords:
- Extensibility
- API Documentation
- Developer Tooling
title: Dealing with Application State
---

# Dealing with Application State
Expand Down
3 changes: 3 additions & 0 deletions src/pages/guides/configuration/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
title: Configuration
---
# App Builder Configuration Files

## Overview
Expand Down
6 changes: 4 additions & 2 deletions src/pages/guides/configuration/webpack-configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: Custom Webpack Configuration for App Builder
description: Users can specify a Webpack configuration for an individual action, a set of actions, or an entire project.
title: Webpack Configuration
description: >-
Users can specify a Webpack configuration for an individual action, a set of
actions, or an entire project.
keywords:
- Webpack
- Configuration
Expand Down
1 change: 1 addition & 0 deletions src/pages/guides/deployment/ci_cd_for_firefly_apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ keywords:
- Extensibility
- API Documentation
- Developer Tooling
title: CI/CD for App Builder Applications
---

# CI/CD for App Builder Applications
Expand Down
1 change: 1 addition & 0 deletions src/pages/guides/events/custom-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ keywords:
- Extensibility
- API Documentation
- Developer Tooling
title: Custom I/O Events Overview
---

import MetaRedirect from '../../../components/MetaRedirect'
Expand Down
1 change: 1 addition & 0 deletions src/pages/guides/events/webhooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ keywords:
- Extensibility
- API Documentation
- Developer Tooling
title: Introduction to Adobe I/O Events Webhooks
---

import MetaRedirect from '../../../components/MetaRedirect'
Expand Down
1 change: 1 addition & 0 deletions src/pages/guides/exc_app/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ keywords:
- Extensibility
- API Documentation
- Developer Tooling
title: Integration Guide with Adobe Experience Cloud
---

# Integration Guide with Adobe Experience Cloud
Expand Down
4 changes: 2 additions & 2 deletions src/pages/guides/exc_app/interfaces/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
keywords:
- Interface
title: Guides
- Interface
title: 'Interface: Modules'
description: Interface modules
---

Expand Down
1 change: 1 addition & 0 deletions src/pages/guides/exc_app/interfaces/index.runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ keywords:
- Extensibility
- API Documentation
- Developer Tooling
title: 'Interface: Runtime <**T**>'
---

# Interface: Runtime <**T**>
Expand Down
1 change: 1 addition & 0 deletions src/pages/guides/exc_app/interfaces/page.objectwithhref.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ keywords:
- Extensibility
- API Documentation
- Developer Tooling
title: 'Interface: ObjectWithHref'
---

# Interface: ObjectWithHref
Expand Down
1 change: 1 addition & 0 deletions src/pages/guides/exc_app/interfaces/page.objectwithpath.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ keywords:
- Extensibility
- API Documentation
- Developer Tooling
title: 'Interface: ObjectWithPath'
---

# Interface: ObjectWithPath
Expand Down
1 change: 1 addition & 0 deletions src/pages/guides/exc_app/interfaces/page.pageapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ keywords:
- Extensibility
- API Documentation
- Developer Tooling
title: 'Interface: PageApi'
---

# Interface: PageApi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ keywords:
- Extensibility
- API Documentation
- Developer Tooling
title: 'Interface: PageApiProperties'
---

# Interface: PageApiProperties
Expand Down
1 change: 1 addition & 0 deletions src/pages/guides/exc_app/interfaces/topbar.callback.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ keywords:
- Extensibility
- API Documentation
- Developer Tooling
title: 'Interface: Callback'
---

# Interface: Callback
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ keywords:
- Extensibility
- API Documentation
- Developer Tooling
title: 'Interface: CustomFeedbackConfig'
---

# Interface: CustomFeedbackConfig
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ keywords:
- Extensibility
- API Documentation
- Developer Tooling
title: 'Interface: CustomSearchConfig'
---

# Interface: CustomSearchConfig
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ keywords:
- Extensibility
- API Documentation
- Developer Tooling
title: 'Interface: ExternalFeedbackConfig'
---

# Interface: ExternalFeedbackConfig
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ keywords:
- Extensibility
- API Documentation
- Developer Tooling
title: 'Interface: HelpCenterFeedbackConfig'
---

# Interface: HelpCenterFeedbackConfig
Expand Down
1 change: 1 addition & 0 deletions src/pages/guides/exc_app/interfaces/topbar.solution.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ keywords:
- Extensibility
- API Documentation
- Developer Tooling
title: 'Interface: Solution'
---

# Interface: Solution
Expand Down
1 change: 1 addition & 0 deletions src/pages/guides/exc_app/interfaces/topbar.topbarapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ keywords:
- Extensibility
- API Documentation
- Developer Tooling
title: 'Interface: TopbarApi'
---

# Interface: TopbarApi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ keywords:
- Extensibility
- API Documentation
- Developer Tooling
title: 'Interface: TopbarApiProperties'
---

# Interface: TopbarApiProperties
Expand Down
1 change: 1 addition & 0 deletions src/pages/guides/exc_app/interfaces/user.userapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ keywords:
- Extensibility
- API Documentation
- Developer Tooling
title: 'Interface: UserApi'
---

# Interface: UserApi
Expand Down
1 change: 1 addition & 0 deletions src/pages/guides/exc_app/interfaces/user.userinfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ keywords:
- Extensibility
- API Documentation
- Developer Tooling
title: 'Interface: UserInfo'
---

# Interface: UserInfo
Expand Down
2 changes: 1 addition & 1 deletion src/pages/guides/exc_app/modules/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
keywords:
- External Module
title: Guides
title: 'External module: "index"'
description: External modules
---

Expand Down
1 change: 1 addition & 0 deletions src/pages/guides/exc_app/modules/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ keywords:
- Extensibility
- API Documentation
- Developer Tooling
title: 'External module: page'
---

# External module: page
Expand Down
1 change: 1 addition & 0 deletions src/pages/guides/exc_app/modules/topbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ keywords:
- Extensibility
- API Documentation
- Developer Tooling
title: 'External module: topbar'
---

# External module: topbar
Expand Down
1 change: 1 addition & 0 deletions src/pages/guides/exc_app/modules/user.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ keywords:
- Extensibility
- API Documentation
- Developer Tooling
title: 'External module: user'
---

# External module: user
Expand Down
1 change: 1 addition & 0 deletions src/pages/guides/extensions/extension_migration_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ keywords:
- Extensibility
- API Documentation
- Developer Tooling
title: Extension Migration Guide
---

# Extension Migration Guide
Expand Down
1 change: 1 addition & 0 deletions src/pages/guides/extensions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ keywords:
- Extensibility
- API Documentation
- Developer Tooling
title: Introduction to Extensions
---

# Introduction to Extensions
Expand Down
1 change: 1 addition & 0 deletions src/pages/guides/extensions/ui_extensibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ keywords:
- Extensibility
- API Documentation
- Developer Tooling
title: UI Extensibility
---

import MetaRedirect from '../../../components/MetaRedirect'
Expand Down
1 change: 1 addition & 0 deletions src/pages/guides/introduction_to_react_spectrum.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ keywords:
- Extensibility
- API Documentation
- Developer Tooling
title: Introduction to React Spectrum
---

# Introduction to React Spectrum
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
title: 'Migration Guide - Standalone Application to DX Experience Cloud SPA v1'
---
# Migration Guide - Standalone Application to DX Experience Cloud SPA v1

## Overview
Expand Down
1 change: 1 addition & 0 deletions src/pages/guides/packaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ keywords:
- Extensibility
- ISV
- Developer Tooling
title: Packaging for Developer Distribution
---


Expand Down
3 changes: 2 additions & 1 deletion src/pages/guides/reference_documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ keywords:
- Extensibility
- API Documentation
- Developer Tooling
title: Reference Documentation
---

# Reference Documentation
Expand Down Expand Up @@ -33,4 +34,4 @@ keywords:
* [Github Actions Support](https://github.com/features/actions)
* [Github Action to setup the CLI](https://github.com/adobe/aio-cli-setup-action)
* [Github Action to use the CLI](https://github.com/adobe/aio-apps-action)
* [Github workflow generator for App Builder Apps](https://github.com/adobe/generator-aio-app/tree/master/generators/add-ci/.github/workflows)
* [Github workflow generator for App Builder Apps](https://github.com/adobe/generator-aio-app/tree/master/generators/add-ci/.github/workflows)
1 change: 1 addition & 0 deletions src/pages/guides/security/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ keywords:
- Extensibility
- API Documentation
- Developer Tooling
title: Security Overview
---

# Security Overview
Expand Down
Loading

0 comments on commit 4bd35d6

Please sign in to comment.