Skip to content

Commit

Permalink
fix github pages set up for momconnect-aaq
Browse files Browse the repository at this point in the history
  • Loading branch information
suzinyou committed Aug 12, 2024
1 parent b10c09a commit 7ae1ccb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 13 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,3 @@ jobs:
mike deploy \
--push \
--update-aliases ${{ github.ref_name }} latest
- name: Add CNAME
run: |
git fetch origin
git switch gh-pages
echo "docs.ask-a-question.com" >> CNAME
git add CNAME
git commit -m "Add CNAME"
git push origin gh-pages
1 change: 0 additions & 1 deletion docs/CNAME

This file was deleted.

6 changes: 5 additions & 1 deletion docs/deployment/architecture.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Architecture

We use docker-compose to orchestrate containers with a reverse proxy that manages all incoming traffic to the service. The database and LiteLLM proxy are only accessed by the core app.
!!! note "Customized for MomConnect"

We use docker-compose to orchestrate containers with a reverse proxy that manages all
incoming traffic to the service. The database and embedding model server are only accessed by the core
app.

<p align="center">
<img src="../../images/architecture.png" alt="Flow"/>
Expand Down
Binary file modified docs/images/architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
site_name: "" # already part of the logo
site_description: "Ask A Question Documentation"
site_url: https://docs.ask-a-question.com/
repo_url: https://github.com/IDinsight/ask-a-question
site_url: https://idinsight.github.io/momconnect-aaq
repo_url: https://github.com/IDinsight/momconnect-aaq
copyright: "© 2024 IDinsight"
extra:
analytics:
Expand Down

0 comments on commit 7ae1ccb

Please sign in to comment.