Skip to content
Merged
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
2 changes: 2 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
baseURL = "https://4n1d.github.io/aws-workshop/"
defaultContentLanguage = "en"
canonifyURLs = false
[languages]
[languages.en]
weight = 1
Expand Down
2 changes: 1 addition & 1 deletion content/1-Proposal/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ MapVibe employs **AWS Bedrock LLMs** to parse natural-language prompts in Vietna
### Overview

User Prompt + Context → **Bedrock LLM Intent Parsing** → **Structured Query** → **DynamoDB Search** → **Rank & Cache** → **Web UI Display** → **User Feedback Loop**.
![Solution Architecture](/images/architecture.png)
![Solution Architecture](https://4n1d.github.io/aws-workshop/images/architecture.png)

### AWS Services Used

Expand Down
2 changes: 1 addition & 1 deletion content/1-Proposal/_index.vi.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ MapVibe employs **AWS Bedrock LLMs** to parse natural-language prompts in Vietna
### Overview

User Prompt + Context → **Bedrock LLM Intent Parsing** → **Structured Query** → **DynamoDB Search** → **Rank & Cache** → **Web UI Display** → **User Feedback Loop**.
![Solution Architecture](/images/architecture.png)
![Solution Architecture](https://4n1d.github.io/aws-workshop/images/architecture.png)

### AWS Services Used

Expand Down
5 changes: 5 additions & 0 deletions content/debug-baseurl.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "debug baseURL"
---

BaseURL from shortcode: {{< showbase >}}
2 changes: 2 additions & 0 deletions layouts/shortcodes/absimg.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{{ $imagePath := .Get 0 | absURL }}
<img src="{{ $imagePath }}" alt="{{ with .Get 1 }}{{ . }}{{ end }}" title="{{ with .Get 2 }}{{ . }}{{ end }}" loading="lazy" />
1 change: 1 addition & 0 deletions layouts/shortcodes/showbase.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ $.Site.BaseURL }}