Skip to content

Commit 9abd0e1

Browse files
committed
fix(doc): fix broken links in documentation
1 parent 4dfbd93 commit 9abd0e1

5 files changed

Lines changed: 540 additions & 1 deletion

File tree

.projenrc.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,16 @@ new TextFile(docsSite, 'astro.config.mjs', {
401401
' integrations: [',
402402
' starlight({',
403403
" title: 'ABCA Docs',",
404+
' social: [',
405+
' {',
406+
" icon: 'github',",
407+
" label: 'GitHub',",
408+
" href: 'https://github.com/aws-samples/sample-autonomous-cloud-coding-agents',",
409+
' },',
410+
' ],',
411+
' components: {',
412+
" Search: './src/components/Search.astro',",
413+
' },',
404414
' head: [',
405415
' {',
406416
" tag: 'script',",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ A documentation site is available containing all design documents, roadmap and g
8484

8585
## Disclaimer
8686

87-
The example provided in this repository is for experimental and educational purposes only. It demonstrates concepts and techniques but are not intended for direct use in production environments.
87+
The example provided in this repository is for experimental and educational purposes only. It demonstrates concepts and techniques but is not intended for direct use in production environments.
8888

8989
## License
9090

docs/astro.config.mjs

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)