Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
d828517e
Unverified
Commit
d828517e
authored
Oct 28, 2025
by
Parth Sareen
Committed by
GitHub
Oct 28, 2025
Browse files
docs: update readme and links (#12809)
parent
14977a93
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
22 deletions
+17
-22
docs/README.md
docs/README.md
+10
-10
docs/docs.json
docs/docs.json
+3
-0
docs/examples.md
docs/examples.md
+0
-6
docs/macos.mdx
docs/macos.mdx
+3
-1
docs/windows.mdx
docs/windows.mdx
+1
-5
No files found.
docs/README.md
View file @
d828517e
# Documentation
### Getting Started
*
[
Quickstart
](
../README.md#
quickstart
)
*
[
Quickstart
](
https://docs.ollama.com/
quickstart
)
*
[
Examples
](
./examples.md
)
*
[
Importing models
](
.
/import
.md
)
*
[
MacOS Documentation
](
.
/macos
.md
)
*
[
Linux Documentation
](
.
/linux
.md
)
*
[
Windows Documentation
](
.
/windows
.md
)
*
[
Docker Documentation
](
.
/docker
.md
)
*
[
Importing models
](
https://docs.ollama.com
/import
)
*
[
MacOS Documentation
](
https://docs.ollama.com
/macos
)
*
[
Linux Documentation
](
https://docs.ollama.com
/linux
)
*
[
Windows Documentation
](
https://docs.ollama.com
/windows
)
*
[
Docker Documentation
](
https://docs.ollama.com
/docker
)
### Reference
*
[
API Reference
](
.
/api
.md
)
*
[
API Reference
](
https://docs.ollama.com
/api
)
*
[
Modelfile Reference
](
./modelfile.md
)
*
[
OpenAI Compatibility
](
./openai.md
)
*
[
OpenAI Compatibility
](
https://docs.ollama.com/api/openai-compatibility
)
### Resources
*
[
Troubleshooting Guide
](
.
/troubleshooting
.md
)
*
[
FAQ
](
./faq.md
)
*
[
Troubleshooting Guide
](
https://docs.ollama.com
/troubleshooting
)
*
[
FAQ
](
https://docs.ollama.com/faq#faq
)
*
[
Development guide
](
./development.md
)
docs/docs.json
View file @
d828517e
...
...
@@ -108,7 +108,10 @@
"/modelfile"
,
"/context-length"
,
"/linux"
,
"/macos"
,
"/windows"
,
"/docker"
,
"/import"
,
"/faq"
,
"/gpu"
,
"/troubleshooting"
...
...
docs/examples.md
x
→
docs/examples.md
View file @
d828517e
...
...
@@ -12,9 +12,3 @@ Ollama JavaScript examples at [ollama-js/examples](https://github.com/ollama/oll
## OpenAI compatibility examples
Ollama OpenAI compatibility examples at
[
ollama/examples/openai
](
../docs/openai.md
)
## Community examples
- [LangChain Ollama Python](https://python.langchain.com/docs/integrations/chat/ollama/)
- [LangChain Ollama JS](https://js.langchain.com/docs/integrations/chat/ollama/)
docs/macos.md
→
docs/macos.md
x
View file @
d828517e
# Ollama for macOS
---
title: macOS
---
## System Requirements
...
...
docs/windows.mdx
View file @
d828517e
...
...
@@ -2,11 +2,7 @@
title: Windows
---
Welcome to Ollama for Windows.
No more WSL required!
Ollama now runs as a native Windows application, including NVIDIA and AMD Radeon GPU support.
Ollama runs as a native Windows application, including NVIDIA and AMD Radeon GPU support.
After installing Ollama for Windows, Ollama will run in the background and
the `ollama` command line is available in `cmd`, `powershell` or your favorite
terminal application. As usual the Ollama [API](/api) will be served on
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment