Skip to content

docs: add Colab notebook playgrounds (#2)#115

Closed
DhruvGarg111 wants to merge 5 commits into
SynapseKit:mainfrom
DhruvGarg111:feat/interactive-notebooks
Closed

docs: add Colab notebook playgrounds (#2)#115
DhruvGarg111 wants to merge 5 commits into
SynapseKit:mainfrom
DhruvGarg111:feat/interactive-notebooks

Conversation

@DhruvGarg111
Copy link
Copy Markdown
Contributor

Implements a Colab-first interactive notebook experience for SynapseKit docs.

Summary

  • Added an Interactive Notebooks section with Colab links (RAG, Agents, Graphs)
  • Created dedicated docs pages for each notebook
  • Updated sidebar to surface the new section

Notes

  • Switched away from browser-only playgrounds in favor of Colab, matching best practices for Python/LLM docs

Closes #2

- Create docs/tutorial/ with 5-step wizard
- Add index.md and 5 detailed step pages (installation, RAG, agent, graph, deploy)
- Include progress tracking headers and navigation links
- Content is detailed, self-contained, and matches existing docs style

Addresses issue SynapseKit#21
- Add top-level 'Tutorial' category after Getting Started
- Link to tutorial/index and list all 5 steps
- Makes the new wizard discoverable from the main navigation

Part of issue SynapseKit#21
- Create docs/changelog.md with visual timeline, version cards, badges, and dates
- Add polished CSS styling for timeline and cards (light + dark mode)
- Add 'Changelog' link to navbar
- Addresses issue SynapseKit#14
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.

Add interactive code playground (live code editor)

1 participant