Skip to content

Merge pull request #1 from SylphAI-Inc/docs/quickstart-title-update#2

Open
Tanglumy wants to merge 217 commits intodocs/quickstart-title-updatefrom
main
Open

Merge pull request #1 from SylphAI-Inc/docs/quickstart-title-update#2
Tanglumy wants to merge 217 commits intodocs/quickstart-title-updatefrom
main

Conversation

@Tanglumy
Copy link
Copy Markdown
Collaborator

docs: update FAQ links to include issues page and LinkedIn

Tanglumy and others added 30 commits November 26, 2025 16:43
docs: update FAQ links to include issues page and LinkedIn
docs: simplify installation guide - remove setup and platform notes
## Changes

### Documentation Structure
- Add Input Methods guide (text, images, files/directories)
- Restructure MCP documentation (479 lines → 138 lines, clearer structure)
- Add \"How to leverage MCP\" advisory guide for personal/team workflows
- Archive old MCP docs for reference

### Site Configuration
- Upgrade Docusaurus to 3.9.2
- Add local search plugin
- Set docs as homepage (slug: /)
- Add dark mode logo
- Flatten sidebar navigation (sidebarCollapsible: false)
- Update navbar with section links (Getting Started, Features, Troubleshooting)

### Category Labels
- Add _category_.json for proper sidebar labels
- Getting Started, Features, Troubleshooting now display correctly

### AGENTS.md
- Add repo guidance for working with docs site

Co-Authored-By: AdaL <adal@sylph.ai>
Render deploy failed because Docusaurus 3.9.2 requires Node.js >=20.0.
- Update engines in package.json
- Add .node-version and .nvmrc files

Co-Authored-By: AdaL <adal@sylph.ai>
docs: Restructure documentation site with improved UX
The render.yaml blueprint was setting NODE_VERSION=18.20.0,
which overrides file-based configs. Docusaurus 3.9.2 requires Node.js >=20.

Co-Authored-By: AdaL <adal@sylph.ai>
fix: Update NODE_VERSION to 20 in render.yaml
slash-commands.md was linking to mcp-support.md which was archived.
Updated to point to mcp-support-proposed.md (the new MCP doc).

Co-Authored-By: AdaL <adal@sylph.ai>
fix: Update broken link to archived MCP doc
Removed @easyops-cn/docusaurus-search-local - only works after build,
not in dev mode, causing confusion.

Co-Authored-By: AdaL <adal@sylph.ai>
fix: Remove non-functional search plugin
- Add JetBrains Mono font for terminal feel, Space Grotesk for headings
- Smaller heading sizes with tighter letter-spacing
- Glassmorphism navbar with backdrop blur
- Consistent dark/light mode backgrounds
- Modern tables, code blocks, admonitions styling
- Clean footer with Company/Community/More sections
- Improved spacing, typography, and visual hierarchy
- Neutral bullet markers, refined blockquotes
- Better focus states and hover effects

Co-Authored-By: AdaL <adal@sylph.ai>
- Content max-width (800px) for optimal readability
- Cleaner link styling with subtle underline
- Neutral sidebar/TOC active states (no gray highlight)
- Neutral hover states throughout (tables, pagination, search)
- Professional button styling
- Reduced green accent to interactive elements only
- Better light mode support for all components
- Subtle scrollbar and selection colors

Co-Authored-By: AdaL <adal@sylph.ai>
- Simple, clean guide for using personal API keys
- Covers Anthropic, OpenAI, Google providers
- Quick start, commands, dialog shortcuts
- Per-provider billing explanation
- Security notes

Co-Authored-By: AdaL <adal@sylph.ai>
…umns

- Removed fixed table layout for natural column sizing
- Border-collapse for cleaner borders
- Refined padding, typography, and hover states
- Proper light/dark mode variants

Co-Authored-By: AdaL <adal@sylph.ai>
Modern UI/UX overhaul & BYOAK documentation
- Updated input-methods.md table to show @ reference and description on separate lines
- Uses <br/> for proper line breaks in table cells

Co-Authored-By: AdaL <adal@sylph.ai>
docs: Fix file reference display format
…ntegration

- Add models.md: Model configuration and supported providers
- Add manage-conversations.md: Session and conversation management features
- Update input-methods.md: Enhanced input methods documentation
- Update workflows-and-examples.md: Improved workflow examples
- Update mcp-integration.md: Better MCP server integration docs
- Add screenshots for features and getting-started sections

Co-Authored-By: AdaL <adal@sylph.ai>
Add documentation for models, input methods, conversations, and MCP integration
Use correct path with 03-features prefix for Docusaurus resolution.

Co-Authored-By: AdaL <adal@sylph.ai>
Clarify that users can use any terminal (macOS, Linux, or IDE like VS Code).

Co-Authored-By: AdaL <adal@sylph.ai>
Replace REST endpoint example with codebase summary/init example.

Co-Authored-By: AdaL <adal@sylph.ai>
Split into separate prompts: greeting, summarize, /init command.

Co-Authored-By: AdaL <adal@sylph.ai>
Update Quickstart with improved examples
- Add new plugins-and-skills.md documentation covering skill system overview
- Update workflows-and-examples.md with improved content

Co-Authored-By: AdaL <adal@sylph.ai>
mengliu1998 and others added 30 commits March 27, 2026 20:37
- update navbar Troubleshooting link from removed page
- point to /getting-started/quickstart to avoid broken-link build failure

Co-Authored-By: AdaL <adal@sylph.ai>
- remove stale Troubleshooting nav entry after deleting installation page
- keep top nav focused on active docs sections

Co-Authored-By: AdaL <adal@sylph.ai>
fix(docs): resolve broken troubleshooting link causing deploy failure
docs: Add Deep Research feature documentation
Co-Authored-By: AdaL <adal@sylph.ai>
docs(changelog): add 1.0.1 release notes
Refresh the public MCP documentation with the current workflow,
including improved add/auth flows, custom server setup options,
and updated examples.

Co-Authored-By: AdaL <adal@sylph.ai>
- Add /permissions section in slash commands with approval configuration guidance
- Cross-link auto-accept docs to /permissions for discoverability
- Correct keyboard shortcuts to reflect Tab mode cycle and Shift+Tab auto-accept edits
- Add Tab mode-cycle explanation and autocomplete caveat for / and @ inputs

Co-Authored-By: AdaL <adal@sylph.ai>
docs: document /permissions and fix Tab/Shift+Tab shortcuts
Add a beginner-friendly section with copy-paste starter prompts and a sample output shape to reduce first-use friction and improve time-to-value for new users.

Co-Authored-By: Marium
Add a raw “day-one” prompt plus a short note clarifying that messy prompts are valid and can be refined after the first pass.

Co-Authored-By: AdaL <adal@sylph.ai>
- Add dedicated feature page for /cron with use cases:
  training monitoring, data pipeline babysitting, literature search
- Add interactive dialog and interval preset documentation
- Add /cron to slash commands quick reference table
- Add tip about /cron in slash commands page

Co-Authored-By: AdaL <adal@sylph.ai>
…ompts

docs: add starter prompts and sample output for Deep Research
docs: add /cron scheduled prompts user-facing documentation
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.

8 participants