Skip to content
Closed
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
3 changes: 3 additions & 0 deletions .jules/palette.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 2026-06-12 - Back-to-Overview Navigation for Template Documentation
**Learning:** Adding a persistent "← Back to Overview" navigation link at the bottom of deeply-nested template documentation pages improves developer navigation flow and usability, allowing seamless return to the main documentation index without relying on browser back buttons.
**Action:** Always include `[← Back to Overview](../README.md)` at the end of template documentation files (`docs/template/*.md`) and the base documentation template (`.template/docs/template.md`).
2 changes: 2 additions & 0 deletions .template/docs/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ Deploy the stack using:
```bash
mise run deploy ${name}
```

[← Back to Overview](../README.md)
2 changes: 2 additions & 0 deletions docs/template/agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,5 @@ Variable | Description | Required | Default
`SERVICE_NAME` | Powertools service name | No | `bedrock-agent`
`METRICS_NAMESPACE` | Powertools metrics namespace | No | `BedrockAgent`
`LOG_LEVEL` | Log level for the Lambda Logger | No | `INFO`

[← Back to Overview](../README.md)
2 changes: 2 additions & 0 deletions docs/template/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@ Variable | Description | Required | Default
`SERVICE_NAME` | Powertools service name | No | `rest-api`
`METRICS_NAMESPACE` | Powertools metrics namespace | No | `RestApi`
`LOG_LEVEL` | Log level for the Lambda Logger | No | `INFO`

[← Back to Overview](../README.md)
2 changes: 2 additions & 0 deletions docs/template/eventbridge.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,5 @@ Variable | Description | Required | Default
`SERVICE_NAME` | Powertools service name | No | `eventbridge`
`METRICS_NAMESPACE` | CloudWatch metrics namespace | No | `EventBridge`
`LOG_LEVEL` | Log level for the Lambda Logger | No | `INFO`

[← Back to Overview](../README.md)
2 changes: 2 additions & 0 deletions docs/template/graphql.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,5 @@ Variable | Description | Required | Default
`SERVICE_NAME` | Powertools service name | No | `graphql-api`
`METRICS_NAMESPACE` | Powertools metrics namespace | No | `GraphQLApi`
`LOG_LEVEL` | Log level for the Lambda Logger | No | `INFO`

[← Back to Overview](../README.md)
2 changes: 2 additions & 0 deletions docs/template/s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,5 @@ Variable | Description | Required | Default
`SERVICE_NAME` | Powertools service name | No | `s3-processor`
`METRICS_NAMESPACE` | CloudWatch Metrics namespace | No | `S3Processor`
`LOG_LEVEL` | Log level for the Lambda Logger | No | `INFO`

[← Back to Overview](../README.md)
2 changes: 2 additions & 0 deletions docs/template/sqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,5 @@ Variable | Description | Required | Default
`SERVICE_NAME` | Powertools service name | No | `sqs-processor`
`METRICS_NAMESPACE` | Powertools metrics namespace | No | `SqsProcessor`
`LOG_LEVEL` | Log level for the Lambda Logger | No | `INFO`

[← Back to Overview](../README.md)
2 changes: 2 additions & 0 deletions docs/template/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,5 @@ Variable | Description | Required | Default
`SERVICE_NAME` | Powertools service name | No | `dynamodb-stream`
`METRICS_NAMESPACE` | Powertools metrics namespace | No | `DynamoDBStream`
`LOG_LEVEL` | Log level for the Lambda Logger | No | `INFO`

[← Back to Overview](../README.md)