Skip to content
Open
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/ood_app_debug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Initial Debugging for OOD Apps

## General bashrc Guidelines

## HPC Desktop

## Jupyter

## RStudio
Binary file added docs/res/example_uab_directory_entry.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/res/snow_catalog_tasks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/res/snow_id_search_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/res/snow_id_search_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/res/snow_new_task.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/res/snow_new_task_form.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/res/snow_requested_for_guest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
390 changes: 390 additions & 0 deletions docs/tickets.md

Large diffs are not rendered by default.

34 changes: 4 additions & 30 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,36 +61,10 @@ plugins: # order matters!
- scripts/pandoc_generator.py
- git-revision-date-localized:
type: date
strict: false
- glightbox
- table-reader:
data_path: docs
- title-casing
- redirects:
redirect_maps:
- glightbox:
# auto_caption: true

nav:
- Home: index.md
- Cheaha:
- Archiving Modules: cheaha/archiving_modules.md
- Shell Commands: cheaha/shell_commands.md
- GitLab Runner:
- Personal GitLab Runner Setup: gitlab_runner/personal_gitlab_runner_setup.md
- Openstack:
- VM Migration: openstack/vm_migration.md
- VM Service Setup: service/service_setup.md

validation:
nav:
omitted_files: warn
not_found: warn
absolute_links: warn
links:
not_found: warn
anchors: warn
absolute_links: warn
unrecognized_links: warn

watch:
- scripts
- theme
- Ticket Issues: tickets.md
- OOD App Debugging: ood_app_debug.md
Loading