Skip to content

Commit

Permalink
fix: [docs] reconfigured docs pages (#136)
Browse files Browse the repository at this point in the history
* docs: reconfiguring docs structure

* docs: reconfigured docs pages

* docs: fix issues

* docs: reconfiguring docs structure

* docs: reconfiguring docs structure

* docs: reconfiguring docs structure

* docs: reconfiguring docs structure

* docs: reconfiguring docs structure

* docs: reconfiguring docs structure

* docs: reconfiguring docs structure

* Revert "docs: reconfiguring docs structure"

This reverts commit 8c58348.

* docs: reconfiguring docs structure

* docs: reconfiguring docs structure

* docs: reconfiguring docs structure

* docs: reconfiguring docs structure

* docs: reconfiguring docs structure

* docs: reconfiguring docs structure

* docs: reconfiguring docs structure

* docs: reconfiguring docs structure

* docs: reconfiguring docs structure

* docs: reconfigured docs pages

* docs: reconfiguring docs structure

* docs: reconfiguring docs structure

* docs: reconfiguring docs structure

* docs: reconfiguring docs structure

* docs: reconfiguring docs structure

* docs: reconfiguring docs structure

* docs: reconfiguring docs structure

* docs: reconfiguring docs structure

* docs: reconfiguring docs structure

* docs: reconfiguring docs structure

* docs: reconfiguring docs structure

* docs: reconfiguring docs structure

* docs: reconfiguring docs structure

* docs: reconfiguring docs structure

* docs: reconfiguring docs structure

* docs: fixed docs structure

---------

Co-authored-by: Marten Payne <martenp@amazon.com>
  • Loading branch information
swap-aws and martenpayne authored Jun 5, 2024
1 parent c0799f1 commit ff20eaa
Show file tree
Hide file tree
Showing 66 changed files with 552 additions and 50 deletions.
8 changes: 7 additions & 1 deletion docs/content/.pages.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
---
nav:
- Home: index.md
- Overview: overview
- Developer Guide: development
- Getting started: getting-started
- User Guide: user-guide
- Developer Guide: developer-guide
- Troubleshooting: troubleshooting
- What's new: whats-new
- How to contribute: contributing
2 changes: 1 addition & 1 deletion docs/content/_/wip.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
???+ warning "![Stability: Experimental](https://img.shields.io/badge/stability-Experimental-important.svg?style=for-the-badge)"

All classes are under active development and subject to non-backward compatible changes or removal in any future version. These are not subject to the [Semantic Versioning](https://semver.org/) model.
This means that while you may use them, you may need to update your source code when upgrading to a newer version of this package.
While you can still use these classes, you may need to update your source code when upgrading to a newer version of this package.
Binary file added docs/content/assets/images/aws-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/content/assets/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ nav:
- Website: website
- Tooling: tooling
- Documentation: docs
- Troubleshooting: troubleshooting
- Path to Production: path-to-prod
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Developer Guide

--8<-- "wip.md"
--8<-- "news-feed.md"
--8<-- "aws-genai-llm-chatbot/mention.md"

This codebase is polyglot monorepo managed by [AWS PDK Monoreop](https://aws.github.io/aws-pdk/developer_guides/nx-monorepo/index.html) which utilizes the following technologies under the hood:

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ pnpm exec cdk deploy --app cdk.out --require-approval never Dev/Galileo-SampleDa
## What is deployed?

![Galileo High-level Architecture](../../assets/images/galileo-arch.png)
![Galileo High-level Architecture](../assets/images/galileo-arch.png)

---

Expand Down
4 changes: 4 additions & 0 deletions docs/content/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Galileo Generative AI Reference Sample
template: home.html
---
Loading

0 comments on commit ff20eaa

Please sign in to comment.