Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mkdocs #367

Merged
merged 3 commits into from
Mar 25, 2025
Merged

Add mkdocs #367

merged 3 commits into from
Mar 25, 2025

Conversation

Kludex
Copy link
Member

@Kludex Kludex commented Mar 25, 2025

No description provided.

mkdocs.yml Outdated
Comment on lines 18 to 39
palette:
- media: "(prefers-color-scheme)"
scheme: default
primary: pink
accent: pink
toggle:
icon: material/lightbulb
name: "Switch to light mode"
- media: "(prefers-color-scheme: light)"
scheme: default
primary: pink
accent: pink
toggle:
icon: material/lightbulb-outline
name: "Switch to dark mode"
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: pink
accent: pink
toggle:
icon: material/lightbulb-auto-outline
name: "Switch to system preference"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You choose... 😅

@@ -35,7 +36,7 @@ async def list_roots_callback(
return callback_return

@server.tool("test_list_roots")
async def test_list_roots(context: Context, message: str): # type: ignore[reportUnknownMemberType]
async def test_list_roots(context: Context[ServerSession], message: str): # type: ignore[reportUnknownMemberType]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unrelated, need to revert this.

Comment on lines +68 to +71
- name: "Set up Python"
uses: actions/setup-python@v5
with:
python-version-file: ".python-version"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to change this when my other PR gets merged.

@Kludex
Copy link
Member Author

Kludex commented Mar 25, 2025

We need to add a job to build the docs on each PR as well.

@dsp-ant dsp-ant self-requested a review March 25, 2025 11:16
dsp-ant
dsp-ant previously approved these changes Mar 25, 2025
Copy link
Member

@dsp-ant dsp-ant left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you

mkdocs.yml Outdated
Comment on lines 21 to 22
primary: pink
accent: pink
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should probably choose black / white since that seems to accidentally be the MCP

@Kludex Kludex merged commit 4e11f28 into main Mar 25, 2025
6 checks passed
@Kludex Kludex deleted the add-mkdocs branch March 25, 2025 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants