For prod: see https://developer.adobe.com/events/docs/
For stage: see https://developer-stage.adobe.com/events/docs/
git config core.ignorecase false
Create a directory hierarchy in src/pages/config.md
This is not possible at the moment (we're still working on it)
When PRs are merged to the main
branch, the documentation automatically deploys to the stage environment.
This allows you to review changes and share the staging URL with anyone before going live.
To deploy to production:
- Go to Actions > Deployment > Run workflow
- Select your deployment options:
- Environment:
prod
- Production only (default)stage
- Staging onlystage & prod
- Both environments
- Base SHA: Optional commit SHA (empty = last commit before HEAD)
- Force deploy all files:
true
to force full deployment (default:true
)
- Environment:
Deployment Workflow:
- Create PR > merge to
main
> auto-deploys to stage - Review on stage environment
- When ready, manually deploy to production environment
The slack channel #adobe-developer-website is our main point of contact for help. Feel free to join the channel and ask any questions.