Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
33 changes: 0 additions & 33 deletions .github/workflows/build-pr.yml

This file was deleted.

16 changes: 3 additions & 13 deletions .github/workflows/deploy-to-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,31 +14,21 @@ permissions:
pages: write

jobs:
build:
upload:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
lfs: true
- uses: actions/setup-node@v3
with:
node-version: 'lts/*'
cache: npm
- name: Install Dependencies
run: npm ci
- name: Build
run: npm run build
- name: Upload Artifact
uses: actions/upload-pages-artifact@v3.0.1
with:
path: build/
path: dist/

deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
needs: upload
permissions:
pages: write
id-token: write
Expand Down
30 changes: 0 additions & 30 deletions .github/workflows/generate-pdfs.yml

This file was deleted.

1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

1 change: 0 additions & 1 deletion .prettierignore

This file was deleted.

7 changes: 0 additions & 7 deletions .prettierrc

This file was deleted.

146 changes: 0 additions & 146 deletions CONTRIBUTING.md

This file was deleted.

3 changes: 0 additions & 3 deletions babel.config.js

This file was deleted.

16 changes: 16 additions & 0 deletions dist/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<script>
(function() {
var path = window.location.pathname.replace(/^\/aerie-docs\/?/, '');
if(path.startsWith('/')) { path = path.substring(1); }
var hash = window.location.hash;
var search = window.location.search;
window.location.replace('https://nasa-ammos.github.io/plandev-docs/' + path + search + hash);
})();
</script>
</head>
<body></body>
</html>
16 changes: 16 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<script>
(function() {
var path = window.location.pathname.replace(/^\/aerie-docs\/?/, '');
if(path.startsWith('/')) { path = path.substring(1); }
var hash = window.location.hash;
var search = window.location.search;
window.location.replace('https://nasa-ammos.github.io/plandev-docs/' + path + search + hash);
})();
</script>
</head>
<body></body>
</html>
3 changes: 0 additions & 3 deletions docs/api/assets/api-playground-admin-secret.mov

This file was deleted.

3 changes: 0 additions & 3 deletions docs/api/assets/api-playground-pre-request-script.mov

This file was deleted.

3 changes: 0 additions & 3 deletions docs/api/assets/api-playground.png

This file was deleted.

3 changes: 0 additions & 3 deletions docs/api/assets/gateway-auth-login.png

This file was deleted.

3 changes: 0 additions & 3 deletions docs/api/assets/hasura-console-login.png

This file was deleted.

Loading