1283 Commits

Author SHA1 Message Date
Ramon Perez
31364dd9f8 main pages revamped and new docs updated 2025-08-25 21:53:04 +10:00
Ramon Perez
51086f39ca removed orphan pages and polished wording of main page 2025-08-22 18:59:22 +10:00
Louis
716d516a60
Merge pull request #6039 from menloresearch/blog/add-deepresearch-piece
blog: Add Deep Research Piece
2025-08-17 23:03:33 +07:00
Ramon Perez
e96c5b2416 optimised large gifs 2025-08-15 22:01:43 +10:00
Ramon Perez
bf86512916 docs: preserve docs and website changes from rp/docs-v0.6.8 with latest dev base 2025-08-15 21:34:45 +10:00
Ramon Perez
fd3acc39d9
Merge branch 'dev' into blog/add-deepresearch-piece 2025-08-15 17:03:57 +10:00
Ramon Perez
6e39ed7404 route old website to correct docs 2025-08-11 15:07:16 +10:00
Ramon Perez
72588db776 Merge dev branch while preserving website directory
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-11 13:19:17 +10:00
Ramon Perez
ddd417598e
Update docs/src/pages/docs/mcp-examples/data-analysis/jupyter.mdx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-08-11 11:53:00 +10:00
Ramon Perez
7d1541c9ad
Update docs/src/pages/changelog/2025-08-07-gpt-oss.mdx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-08-11 11:52:54 +10:00
Ramon Perez
0b2d2439c1 added v0.6.7 changelog and jupyter mcp tutorial 2025-08-11 11:41:24 +10:00
Ramon Perez
86c5204772 added handbook, and updated the changelog and blog to astro site 2025-08-10 23:18:06 +10:00
Daniel Ching
700af88bf7 Added links for individual deep research pieces 2025-08-08 20:57:24 +08:00
Daniel Ching
b423d7291e changed url 2025-08-08 19:30:28 +08:00
Daniel Ching
ae97668280
Update docs/src/pages/post/deepresearch.mdx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-08-08 16:55:06 +08:00
Daniel Ching
9f74194f73
Update docs/src/pages/post/deepresearch.mdx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-08-08 16:54:58 +08:00
Daniel Ching
7154d1081f Added edits to deepresearch place 2025-08-08 16:51:14 +08:00
Daniel Ching
d646856b7c
Merge branch 'dev' into blog/add-deepresearch-piece 2025-08-07 16:34:22 +08:00
Daniel Ching
e38d653f4d Addressing comments and tidied up blog post 2025-08-07 16:25:24 +08:00
Emre Can Kartal
c1cdc434a8
Add gpt-oss local installation blog post (#6075)
- Complete beginner guide for running OpenAI's gpt-oss locally
- Step-by-step instructions using Jan AI
- Alternative installation methods (llama.cpp, Ollama, LM Studio)
- Performance benchmarks and troubleshooting guide
- SEO-optimized with FAQ section and comparison tables
- 4 supporting screenshots showing the installation process
2025-08-07 09:48:05 +07:00
Ramon Perez
4ee6873ca5
Update docs/src/pages/docs/remote-models/huggingface.mdx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-08-06 00:24:18 +10:00
Ramon Perez
4c66b1f65b added huggingface page and updated readme 2025-08-05 22:57:49 +10:00
Daniel Ching
ad78a78339
Update docs/src/pages/post/deepresearch.mdx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-08-05 09:37:54 +08:00
Daniel Ching
56a4a19163
Update docs/src/pages/post/deepresearch.mdx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-08-05 09:37:45 +08:00
Daniel Ching
324ec77d98
Update docs/src/pages/post/deepresearch.mdx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-08-05 09:37:31 +08:00
Daniel Ching
714a9ba241 Refactoring title and added proper image 2025-08-04 18:03:16 +08:00
Daniel Ching
c403029d5d First commit for Deep Research piece 2025-08-04 13:36:08 +08:00
Ramon Perez
3f71428c29 Merge dev branch changes into isolated branch 2025-08-04 10:32:42 +10:00
Ramon Perez
a93d4f380b updated changelog 2025-07-31 18:52:01 +10:00
Ramon Perez
23ba41fa9d docs: add MCP integration tutorials and update llama.cpp settings for v0.6.6 2025-07-31 18:52:01 +10:00
Ramon Perez
183c028e46 tutorials started 2025-07-31 18:52:01 +10:00
Ramon Perez
aa117cf917 added products section, and reorganized and improved the docs 2025-07-31 18:52:01 +10:00
Ramon Perez
8511e35df8 feat(docs): Migrate to dual Nextra/Astro deployment & recreate products section
This commit introduces a significant restructuring of the documentation deployment and content strategy to support a gradual migration from Nextra to Astro.

- **New Astro Workflow (`jan-astro-docs.yml`)**: Implemented a new, separate GitHub Actions workflow to build and deploy the Astro site from the `/website` directory to a new subdomain (`v2.jan.ai`). This isolates the new site from the existing one, allowing for independent development and testing.
- **Removed Combined Workflow**: Deleted the previous, more complex combined workflow (`jan-combined-docs.yml`) and its associated test scripts to simplify the deployment process and eliminate routing conflicts.
- **Astro Config Update**: Simplified the Astro configuration (`astro.config.mjs`) by removing the conditional `base` path. The Astro site is now configured to deploy to the root of its own subdomain.

- **Mirrored Content**: Recreated the entire `/products` section from the Astro site within the Nextra site at `/docs/src/pages/products`. This provides content parity and a consistent user experience on both platforms during the transition period.
- **File Structure**: Established a clear, organized structure for platforms, models, and tools within the Nextra `products` directory.
- **Nextra Sidebar Fix**: Implemented the correct `_meta.json` structure for the new products section. Created nested meta files to build a collapsible sidebar, fixing the UI bug that caused duplicated navigation items.

- **"Coming Soon" Pages**: Added clear, concise "Coming Soon" and "In Development" banners and content for upcoming products like Jan V1, Mobile, Server, and native Tools, ensuring consistent messaging across both sites.
- **.gitignore**: Updated the root `.gitignore` to properly exclude build artifacts, caches, and environment files for both the Nextra (`/docs`) and Astro (`/website`) projects.
- **Repository Cleanup**: Removed temporary and unused files related to the previous combined deployment attempt.

This new architecture provides a stable, predictable, and low-risk path for migrating our documentation to Astro while ensuring the current production site remains unaffected.
2025-07-31 18:52:00 +10:00
Ramon Perez
a48925f6bc revert: Remove Nextra product section to isolate Astro site changes
- Removed docs/src/pages/products/ directory and all contents
- Removed products entry from docs/src/pages/_meta.json
- Reverted docs/package.json, docs/bun.lock, docs/yarn.lock to dev state

This creates a cleaner separation between:
- Current branch: Astro site changes only
- rp/nextra-product-section branch: Nextra product section changes only
2025-07-28 22:13:55 +10:00
Ramon Perez
8ed5bddc02 feat(docs): Migrate to dual Nextra/Astro deployment & recreate products section
This commit introduces a significant restructuring of the documentation deployment and content strategy to support a gradual migration from Nextra to Astro.

- **New Astro Workflow (`jan-astro-docs.yml`)**: Implemented a new, separate GitHub Actions workflow to build and deploy the Astro site from the `/website` directory to a new subdomain (`v2.jan.ai`). This isolates the new site from the existing one, allowing for independent development and testing.
- **Removed Combined Workflow**: Deleted the previous, more complex combined workflow (`jan-combined-docs.yml`) and its associated test scripts to simplify the deployment process and eliminate routing conflicts.
- **Astro Config Update**: Simplified the Astro configuration (`astro.config.mjs`) by removing the conditional `base` path. The Astro site is now configured to deploy to the root of its own subdomain.

- **Mirrored Content**: Recreated the entire `/products` section from the Astro site within the Nextra site at `/docs/src/pages/products`. This provides content parity and a consistent user experience on both platforms during the transition period.
- **File Structure**: Established a clear, organized structure for platforms, models, and tools within the Nextra `products` directory.
- **Nextra Sidebar Fix**: Implemented the correct `_meta.json` structure for the new products section. Created nested meta files to build a collapsible sidebar, fixing the UI bug that caused duplicated navigation items.

- **"Coming Soon" Pages**: Added clear, concise "Coming Soon" and "In Development" banners and content for upcoming products like Jan V1, Mobile, Server, and native Tools, ensuring consistent messaging across both sites.
- **.gitignore**: Updated the root `.gitignore` to properly exclude build artifacts, caches, and environment files for both the Nextra (`/docs`) and Astro (`/website`) projects.
- **Repository Cleanup**: Removed temporary and unused files related to the previous combined deployment attempt.

This new architecture provides a stable, predictable, and low-risk path for migrating our documentation to Astro while ensuring the current production site remains unaffected.
2025-07-28 21:47:18 +10:00
Trang Le
04f8bf0903
Update mcp.mdx (#5771)
The original instruction doesn't tell users to enable experimental features in Jan first. Without it, the MCP Servers tab won't appear.
2025-07-20 15:20:53 +07:00
Ramon Perez
f606ba6906
Update settings.mdx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-07-17 20:24:58 +10:00
Ramon Perez
5d87dc8d32
Update 2025-07-17-responsive-ui.mdx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-07-17 20:24:48 +10:00
Ramon Perez
2f77c6ba9c Addedd changelog, reorganized docs, added MCP examples, and updated different pages. 2025-07-17 19:49:00 +10:00
Ramon Perez
44082846d5 new tutorials, reorganization, and pages 2025-07-16 16:04:30 +10:00
Faisal Amir
42d4d48362
fix: broken hero image landing page website (#5719) 2025-07-07 14:06:59 +07:00
Daniel Ching
439cc55147
Merge branch 'dev' into docs/update-explanation 2025-07-01 11:55:24 +08:00
Daniel Ching
9ba1995030 Updated Jan description 2025-07-01 11:52:19 +08:00
Daniel Ching
229bed9955 Updated continue-dev documentation 2025-06-30 17:22:59 +08:00
Daniel Ching
d05e5a5dae Removed settings/ folder and GPU settings (settings.json) 2025-06-30 12:17:17 +08:00
Daniel Ching
1444374fea Removed Max Tokens and Stop Sequences from docs as they are no longer present in model settings 2025-06-30 12:15:20 +08:00
Louis
54ac47d9af
Merge pull request #5440 from menloresearch/dependabot/npm_and_yarn/docs/lucide-react-0.522.0
chore(deps): bump lucide-react from 0.372.0 to 0.522.0 in /docs
2025-06-27 23:33:04 +07:00
Daniel Ching
5fa9b9b66d update jan data-folder 2025-06-27 16:43:21 +08:00
Daniel Ching
2de4990543 Cleaned up outdated references in explanation section in jan docs 2025-06-27 16:05:36 +08:00
Ramon Perez
ffc7289e90 changed gif to changelog page 2025-06-27 00:44:12 +10:00