Skip to content

Commit

Permalink
Move docs to root directory (ros-navigation#7)
Browse files Browse the repository at this point in the history
* Move docs to root directory

* Create CNAME

* Fix issue ros-navigation#6

* Minor whitespace change to trigger a CircleCI build of the PR

Co-authored-by: Steve Macenski <[email protected]>
  • Loading branch information
Carl Delsey and SteveMacenski authored Apr 28, 2020
1 parent ebb1461 commit c1c2d4e
Show file tree
Hide file tree
Showing 80 changed files with 7 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ references:
make_docs: &make_docs
run:
command: |
cd nav2_docs/sphinx_doc
cd nav2_docs
make html
store_docs: &store_docs
store_artifacts:
path: nav2_docs/sphinx_doc/_build/html
path: nav2_docs/_build/html
destination: html
publish_docs: &publish_docs
run:
command: |
cd nav2_docs/sphinx_doc
cd nav2_docs
make publish
install_deployment_key: &install_deployment_key
add_ssh_keys:
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- persist_to_workspace:
root: nav2_docs
paths:
- sphinx_doc
- _build
docs_publish:
executor: docs_exec
steps:
Expand Down
1 change: 1 addition & 0 deletions sphinx_doc/Makefile → Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ publish:
rm -fr $(PUBLISHDIR)/*
cp -r $(BUILDDIR)/html/* $(PUBLISHDIR)
cp scripts/.nojekyll $(PUBLISHDIR)/.nojekyll
cp scripts/CNAME $(PUBLISHDIR)/CNAME
cd $(PUBLISHDIR) && \
git add -A && \
git diff-index --quiet HEAD || \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ This folder holds the source and configuration files used to generate the
[Navigation2 documentation](https://navigation.ros.org) web site.

Build the docs locally with `make html` and you'll find the built docs entry point in `_build/html/index.html`.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions scripts/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
navigation.ros.org
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion sphinx_doc/LICENSE

This file was deleted.

6 changes: 0 additions & 6 deletions sphinx_doc/README.md

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c1c2d4e

Please sign in to comment.