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
Show 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
# Documentation
### Getting Started
### Getting Started
*
[
Quickstart
](
../README.md#
quickstart
)
*
[
Quickstart
](
https://docs.ollama.com/
quickstart
)
*
[
Examples
](
./examples.md
)
*
[
Examples
](
./examples.md
)
*
[
Importing models
](
.
/import
.md
)
*
[
Importing models
](
https://docs.ollama.com
/import
)
*
[
MacOS Documentation
](
.
/macos
.md
)
*
[
MacOS Documentation
](
https://docs.ollama.com
/macos
)
*
[
Linux Documentation
](
.
/linux
.md
)
*
[
Linux Documentation
](
https://docs.ollama.com
/linux
)
*
[
Windows Documentation
](
.
/windows
.md
)
*
[
Windows Documentation
](
https://docs.ollama.com
/windows
)
*
[
Docker Documentation
](
.
/docker
.md
)
*
[
Docker Documentation
](
https://docs.ollama.com
/docker
)
### Reference
### Reference
*
[
API Reference
](
.
/api
.md
)
*
[
API Reference
](
https://docs.ollama.com
/api
)
*
[
Modelfile Reference
](
./modelfile.md
)
*
[
Modelfile Reference
](
./modelfile.md
)
*
[
OpenAI Compatibility
](
./openai.md
)
*
[
OpenAI Compatibility
](
https://docs.ollama.com/api/openai-compatibility
)
### Resources
### Resources
*
[
Troubleshooting Guide
](
.
/troubleshooting
.md
)
*
[
Troubleshooting Guide
](
https://docs.ollama.com
/troubleshooting
)
*
[
FAQ
](
./faq.md
)
*
[
FAQ
](
https://docs.ollama.com/faq#faq
)
*
[
Development guide
](
./development.md
)
*
[
Development guide
](
./development.md
)
docs/docs.json
View file @
d828517e
...
@@ -108,7 +108,10 @@
...
@@ -108,7 +108,10 @@
"/modelfile"
,
"/modelfile"
,
"/context-length"
,
"/context-length"
,
"/linux"
,
"/linux"
,
"/macos"
,
"/windows"
,
"/docker"
,
"/docker"
,
"/import"
,
"/faq"
,
"/faq"
,
"/gpu"
,
"/gpu"
,
"/troubleshooting"
"/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
...
@@ -12,9 +12,3 @@ Ollama JavaScript examples at [ollama-js/examples](https://github.com/ollama/oll
## OpenAI compatibility examples
## OpenAI compatibility examples
Ollama OpenAI compatibility examples at
[
ollama/examples/openai
](
../docs/openai.md
)
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
## System Requirements
...
...
docs/windows.mdx
View file @
d828517e
...
@@ -2,11 +2,7 @@
...
@@ -2,11 +2,7 @@
title: Windows
title: Windows
---
---
Welcome to Ollama for Windows.
Ollama runs as a native Windows application, including NVIDIA and AMD Radeon GPU support.
No more WSL required!
Ollama now 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
After installing Ollama for Windows, Ollama will run in the background and
the `ollama` command line is available in `cmd`, `powershell` or your favorite
the `ollama` command line is available in `cmd`, `powershell` or your favorite
terminal application. As usual the Ollama [API](/api) will be served on
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