Skip to content

Commit

Permalink
Rename Home to "Get Started" (#1992)
Browse files Browse the repository at this point in the history
* rename home to get started

* add dspy to the requirement list
  • Loading branch information
chenmoneygithub authored Dec 27, 2024
1 parent 1245150 commit 45a4d15
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docs-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install the dspy package
run: |
pip install .
- name: Set up Node.js
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repo_name: stanfordnlp/dspy
edit_uri: blob/main/docs/docs/
docs_dir: "docs/"
nav:
- Home: index.md
- Get Started: index.md
- Learn DSPy:
- Learning DSPy: learn/index.md
- DSPy Programming:
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ mkdocs-redirects>=1.2.1
mkdocstrings>=0.26.1
mkdocstrings-python>=1.12.2
urllib3==1.26.6
git+https://github.com/stanfordnlp/dspy.git

0 comments on commit 45a4d15

Please sign in to comment.