Skip to content

zincsearch/zincsearch-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZincSearch documentation

Documentation is built using Material for MkDocs.

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