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 spinner docs infrastructure #44

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Add spinner docs infrastructure #44

wants to merge 1 commit into from

Conversation

cl3to
Copy link
Collaborator

@cl3to cl3to commented Oct 11, 2024

This pull request introduces documentation infraestructure for spinner. Key changes include the addition of a detailed docs/index.md file, configuration for the MkDocs documentation site, and updates to the pyproject.toml to include necessary dependencies.

Currently, the documentation is hosted using GitHub Pages at Spinner Documentation.

TODO

  • Update the documentation color scheme
  • Add new documentation pages

@cl3to
Copy link
Collaborator Author

cl3to commented Oct 11, 2024

@rodrigo-ceccato and @leiteg any suggestions for a color palette for the documentation and the landing pages?

@leiteg
Copy link
Member

leiteg commented Oct 11, 2024

@cl3to this theme looks really nice and I fine with the current color!

Comment on lines +29 to +50
```yaml
metadata:
description: Timeout test
version: "1.0"
runs: 1
timeout: 5
retry: False
retry_limit: 0

sleep_test:
command:
template: >
sleep {{sleep_ammount}} && printf "
I slept {{sleep_ammount}}
# this may not print due to timeout!
"

sleep_test:
sleep_ammount:
- 1
- 200
```
Copy link
Member

Choose a reason for hiding this comment

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

Keys under metadata and the template key are missing identation!

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