rbx-ds-cloud 0.1.3

CLI and Library for Roblox's Datastore Open Cloud API
Documentation
site_name: rbx-ds-cloud
site_url: https://refineddev.github.io/rbx-ds-cloud/

repo_name: rbx-ds-cloud
repo_url: https://github.com/RefinedDev/rbx-ds-cloud

nav:
  - Home: index.md
  - Install: install.md
  - CLI: cli.md
  - Library Documentation: api.md

theme:
  name: material
  include_search_page: false
  search_index_only: true
  language: en
  icon: 
    repo: fontawesome/brands/github
  favicon: imgs/favicon.ico
  logo: imgs/icon.png
  palette:
    - scheme: default
      primary: deep purple
      accent: deep purple
      toggle:
        icon: material/lightbulb
        name: Go Dark Mode
    - scheme: slate
      primary: deep purple
      accent: deep purple
      toggle:
        icon: material/lightbulb-outline
        name: Go Light Mode
    
markdown_extensions:
  - meta
  - toc:
      permalink: true
  - pymdownx.highlight
  - pymdownx.superfences