docs: remove json schemas
This commit is contained in:
parent
be111b9dde
commit
d551074a02
4 changed files with 2 additions and 22 deletions
|
@ -68,8 +68,6 @@ pages:
|
|||
- cp config.yaml.example config.yaml
|
||||
- apt update && apt install build-essential
|
||||
- pip install -r requirements.txt
|
||||
- pip install -U sphinx sphinx-press-theme sphinx-jsonschema
|
||||
- pushd scripts && DISABLE_METRICS=true python update_schemas.py && popd
|
||||
- pushd docs && DISABLE_METRICS=true sphinx-build -b html . ../public && popd
|
||||
artifacts:
|
||||
paths:
|
||||
|
|
|
@ -39,7 +39,6 @@ Documentation Home
|
|||
tech/conf.rst
|
||||
tech/resource.rst
|
||||
tech/automation.rst
|
||||
tech/schemas.rst
|
||||
|
||||
|
||||
Indices and tables
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
============
|
||||
=====================
|
||||
Bypass Censorship API
|
||||
============
|
||||
=====================
|
||||
|
||||
Introduction
|
||||
------------
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
Mirror List Formats
|
||||
===================
|
||||
|
||||
Bypass Censorship Extension
|
||||
---------------------------
|
||||
|
||||
.. jsonschema:: app.lists.bc2.schema
|
||||
|
||||
Mirror Analytics
|
||||
----------------
|
||||
|
||||
.. jsonschema:: app.lists.mirror_mapping.schema
|
||||
|
||||
Tor Bridges
|
||||
-----------
|
||||
|
||||
.. jsonschema:: app.lists.bridgelines.schema
|
Loading…
Add table
Add a link
Reference in a new issue