We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86007d0 commit 0bd1b76Copy full SHA for 0bd1b76
website/mkdocs/mkdocs.yml
@@ -1,7 +1,7 @@
1
site_name: AG2
2
# description to improve website indexing
3
site_description: A programming framework for agentic AI
4
-site_url: http://docs.ag2.ai/
+site_url: https://harishmohanraj.github.io/ag2/
5
site_author: Chi Wang & Qingyun Wu
6
copyright: '© 2025 <a href="https://ag2.ai/" target="_blank" rel="noopener">ag2</a>'
7
website/mkdocs/overrides/home.html
@@ -12,6 +12,6 @@
12
13
{% block content %}
14
<script>
15
- window.location.href = "/docs/home/home";
+ window.location.href = "docs/home/home";
16
</script>
17
{% endblock %}
0 commit comments