Skip to content

Commit

Permalink
remove old docs/ folder
Browse files Browse the repository at this point in the history
  • Loading branch information
m-vdb committed Jul 22, 2020
1 parent f758baf commit 0777558
Show file tree
Hide file tree
Showing 105 changed files with 96 additions and 20,317 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continous-integration.yml
Expand Up @@ -39,8 +39,8 @@ jobs:
- name: Run Swagger 🕵️‍♀️
run: |
npm install -g swagger-cli
swagger-cli validate docs/_static/spec/action-server.yml
swagger-cli validate docs/_static/spec/rasa.yml
swagger-cli validate newdocs/static/spec/action-server.yml
swagger-cli validate newdocs/static/spec/rasa.yml
quality:
name: Code Quality
Expand Down
7 changes: 0 additions & 7 deletions .gitignore
Expand Up @@ -18,8 +18,6 @@ venv
.pytype
dist/
pip-wheel-metadata
docs/nlu/_build
docs/_build
server/
scala/
mongodb/
Expand Down Expand Up @@ -47,14 +45,11 @@ tmp_training_data.json
models/
.mypy_cache/
*.tar.gz
docs/nlu/key
docs/nlu/key.pub
secrets.tar
.pytest_cache
test_download.zip
bower_components/
build/lib/
docs/core/_build
/models/
node_modules/
npm-debug.log
Expand All @@ -72,8 +67,6 @@ examples/formbot/models*
examples/concertbot/data*
examples/concertbot/models*
examples/moodbot/models*
docs/core/key
docs/core/key.pub
failed_stories.md
errors.json
pip-wheel-metadata/*
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -35,7 +35,7 @@ clean:
rm -rf build/
rm -rf .pytype/
rm -rf dist/
rm -rf docs/_build
rm -rf docs/build

install:
poetry run python -m pip install -U pip
Expand Down
9 changes: 4 additions & 5 deletions README.md
Expand Up @@ -258,12 +258,11 @@ make types

### Deploying documentation updates

We use `sphinx-versioning` to build docs for tagged versions and for the master branch.
The static site that gets built is pushed to the `docs` branch of this repo, which doesn't contain
any code, only the site.
We use `Docusaurus v2` to build docs for tagged versions and for the master branch.
The static site that gets built is pushed to the `documentation` branch of this repo.

We host the site on netlify. On master branch builds (see `.github/workflows/documentation.yml`), we push the built docs to the `docs`
branch. Netlify automatically re-deploys the docs pages whenever there is a change to that branch.
We host the site on netlify. On master branch builds (see `.github/workflows/documentation.yml`), we push the built docs to
the `documentation` branch. Netlify automatically re-deploys the docs pages whenever there is a change to that branch.


## License
Expand Down
242 changes: 0 additions & 242 deletions docs/Makefile

This file was deleted.

23 changes: 0 additions & 23 deletions docs/_static/css/custom.css

This file was deleted.

Binary file removed docs/_static/images/component_lifecycle.png
Binary file not shown.
Binary file removed docs/_static/images/contextual_interjection.png
Binary file not shown.
Binary file removed docs/_static/images/dialogflow_export.png
Binary file not shown.
Binary file removed docs/_static/images/dialogflow_export_2.png
Binary file not shown.
Binary file removed docs/_static/images/generic_interjection.png
Binary file not shown.
Binary file not shown.
Binary file removed docs/_static/images/greet_interjection.png
Binary file not shown.
Binary file removed docs/_static/images/intent_mappings.png
Binary file not shown.
Binary file not shown.
Binary file removed docs/_static/images/interactive_learning_graph.gif
Binary file not shown.
Binary file removed docs/_static/images/knowledge-base-example.png
Binary file not shown.
Binary file removed docs/_static/images/luis_export.png
Binary file not shown.
Binary file removed docs/_static/images/memoization_policy_convo.png
Binary file not shown.
Binary file removed docs/_static/images/mood_bot.png
Binary file not shown.
Binary file removed docs/_static/images/rasa-message-processing.png
Binary file not shown.

0 comments on commit 0777558

Please sign in to comment.