Skip to content

Commit

Permalink
Remove website files
Browse files Browse the repository at this point in the history
This patch removes the old website files from our `main` branch, except
for those assets that are also used by our Doxygen documentation
generation.  Because these files now live on the `gh-pages` branch,
having an older, out-of-date copy of these files in `main` is
confusing.

This patch also fixes up the `build.yaml` documentation step, which
verifies that the docs can be built without error.  This step will
eventually be removed in favor of a more fleshed-out
`documentation.yaml`, but we will keep it for the moment.

Testing
========================================================================

The documentation still builds correctly after applying this patch.

Signed-off-by: Patrick M. Niedzielski <[email protected]>
  • Loading branch information
pniedzielski committed Nov 15, 2024
1 parent 759da3c commit 03264da
Show file tree
Hide file tree
Showing 699 changed files with 3 additions and 128,245 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,9 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -qy doxygen
- name: Set up output directory
run: |
mkdir -p docs/docs/apidocs
- name: Build docs
run: |
doxygen Doxyfile
Expand Down
12 changes: 0 additions & 12 deletions docs/.idea/bmq-docs.iml

This file was deleted.

8 changes: 0 additions & 8 deletions docs/.idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions docs/.idea/vcs.xml

This file was deleted.

11 changes: 0 additions & 11 deletions docs/404.html

This file was deleted.

10 changes: 0 additions & 10 deletions docs/Gemfile

This file was deleted.

100 changes: 0 additions & 100 deletions docs/README.md

This file was deleted.

197 changes: 0 additions & 197 deletions docs/_config.yml

This file was deleted.

7 changes: 0 additions & 7 deletions docs/_includes/animation.html

This file was deleted.

22 changes: 0 additions & 22 deletions docs/_includes/components/aux_nav.html

This file was deleted.

Loading

0 comments on commit 03264da

Please sign in to comment.