Skip to content

openobserve/openobserve-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

422b7ee · Apr 22, 2025
Aug 16, 2023
May 31, 2023
Mar 23, 2023
Apr 22, 2025
Apr 23, 2023
Mar 23, 2023
Aug 20, 2023
Aug 20, 2023
Mar 23, 2023
Mar 7, 2025
Apr 9, 2025
Aug 20, 2023
Aug 20, 2023

Repository files navigation

OpenObserve documentation

Documentation is built using Material for MkDocs.

dev containers

Best way to start with updating documentation is to open this repo using vs code dev containers

You will need to fix/delete/comment mounts section in .devcontainer/devcontainer.json before you open the repo in dev container.

Once you have opened the source code in dev container, run the following command to start documentation server:

mkdocs serve

Expose port 8000

Port

Now you will be able to open the docs on http://localhost:8000

To generate docs without vscode run below command

docker run --rm -it -v $PWD:/site squidfunk/mkdocs-material build

virtual environment

You can use python virtual environment to do development as well

source setup_env.sh
mkdocs serve