Migrate to the new documentation website (#2456)

This commit is contained in:
Emanuele Bezzi
2021-10-14 20:54:54 +00:00
committed by GitHub
parent 8e011314e9
commit 15d2ce62b8
80 changed files with 28 additions and 6232 deletions
+1 -16
View File
@@ -150,19 +150,4 @@ If you would like to run the smoke tests against a hot-reloaded version of the c
- You can also install/launch the server side code from npm scrips (requires python3.6 with virtualenv) with the `scripts/backend_dev` script.
- Check out [e2e Tests](e2e_tests.md) for more details
## Doc changes
To evaluate changes to documentation in `cellxgene/docs`, you must install [jekyll](https://jekyllrb.com/docs/installation/), then run:
```bash
cd docs
bundle install
bundle exec jekyll serve
```
If changes look good, run the following, then commit and push:
```bash
bundle exec jekyll build
```
- Check out [e2e Tests](e2e_tests.md) for more details