Skip to content

vaultvision/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Developer Docs - Vault Vision

This is the repository for the user authentication developer documentation hosted at https://docs.vaultvision.com.

Quick Start

make build

prerequisites (Ubuntu)

  • python
  • pip
  • venv
apt-get install -y python3
apt-get install -y python3-pip
apt-get install -y python3-venv
update-alternatives --install /usr/bin/python python /usr/bin/python3 1

Image Setup

To add black borders to images:

for x in *.png; do
    ffmpeg -i "${x}" \
      -vf "pad=width='iw+4':height='ih+4':x='2':y='2':color=black" \
      "../${x}"
done

Notes

The directives for sphinx are declared in markdown format as shown below:

RST:

.. toctree::
   :maxdepth: 2

   intro
   strings
   datatypes
   numeric
   (many more documents listed here)

Markdown:

\`\`\`{toctree}
   :maxdepth: 2

   intro
   strings
   datatypes
   numeric
   (many more documents listed here)
\`\`\`

Supports any RST:

\`\`\`{eval-rst}
.. toctree::
   :maxdepth: 2

   intro
   strings
   datatypes
   numeric
   (many more documents listed here)
\`\`\`

Who are we?

Vault Vision is a user authenticaiton and login management platform whose passwordless technology is powered by the most secure authentication protocols and easier authentication system integration for startup developers, IT security teams and seamless security for end users.

Visit https://docs.vaultvision.com to learn more!


Vault Vision projects adopt the Contributor Covenant Code of Conduct and practice responsible disclosure as outlined in our Security Policy.

Reference Links

https://myst-parser.readthedocs.io/en/latest/syntax/optional.html https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html https://markdown-it.github.io/ https://www.sphinx-doc.org/en/master/usage/markdown.html https://sphinx-tutorial.readthedocs.io/cheatsheet/ https://sphinx-toolbox.readthedocs.io/en/stable/index.html https://docs.readthedocs.io/en/stable/guides/migrate-rest-myst.html

About

Documentation for all the Vault Vision open source projects and setup guides

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published