Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 0 additions & 34 deletions .github/workflows/docs.yml

This file was deleted.

10 changes: 0 additions & 10 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ make mypy # Run type checking
make test # Run all tests
make test-tools # Run tool-specific tests
make test-examples # Run example tests

# Documentation
make docs-serve # Build and serve docs locally (http://localhost:8000)
make docs-build # Build docs for deployment
```

## Code Architecture
Expand Down Expand Up @@ -113,9 +109,3 @@ toolset = StackOneToolSet(
- Core execution logic in `StackOneTool.execute()` method
- HTTP configuration via `ExecuteConfig` class
- Response handling in `_process_response()`

### Updating Documentation

- Examples requirements: See @./.cursor/rules/examples-standards
- Run `make docs-serve` to preview changes
- MkDocs config in `mkdocs.yml`
10 changes: 0 additions & 10 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,3 @@ test-examples:
# Run type checking
mypy:
uv run mypy stackone_ai

# Build and serve docs locally
docs-serve:
uv run scripts/build_docs.py
uv run mkdocs serve

# Build docs for deployment
docs-build:
uv run scripts/build_docs.py
uv run mkdocs build
51 changes: 0 additions & 51 deletions mkdocs.yml

This file was deleted.

5 changes: 0 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@ examples = [
"openai>=1.63.2",
"python-dotenv>=1.0.1",
]
docs = [
"mkdocs-terminal>=4.7.0",
"pygments>=2.12",
"pymdown-extensions"
]

[dependency-groups]
dev = [
Expand Down
82 changes: 0 additions & 82 deletions scripts/build_docs.py

This file was deleted.

Loading