From 8c4850e4c23d2206dd9e331f36fc87ac9987d4c1 Mon Sep 17 00:00:00 2001 From: Daniel Kessler Date: Fri, 5 Apr 2019 00:15:02 -0700 Subject: [PATCH] staffdocs: add printing category and remove maintenance category --- .../howto/{maintenance => infrastructure}/lab-wakeup.md | 0 ocfweb/docs/docs/staff/howto/maintenance.md | 1 - ocfweb/docs/docs/staff/howto/printing.md | 1 + .../staff/howto/{maintenance => printing}/economode.md | 0 .../staff/howto/{user-services => printing}/paper.md | 0 .../staff/howto/{maintenance => printing}/printing.md | 0 ocfweb/docs/urls.py | 9 ++++----- 7 files changed, 5 insertions(+), 6 deletions(-) rename ocfweb/docs/docs/staff/howto/{maintenance => infrastructure}/lab-wakeup.md (100%) delete mode 100644 ocfweb/docs/docs/staff/howto/maintenance.md create mode 100644 ocfweb/docs/docs/staff/howto/printing.md rename ocfweb/docs/docs/staff/howto/{maintenance => printing}/economode.md (100%) rename ocfweb/docs/docs/staff/howto/{user-services => printing}/paper.md (100%) rename ocfweb/docs/docs/staff/howto/{maintenance => printing}/printing.md (100%) diff --git a/ocfweb/docs/docs/staff/howto/maintenance/lab-wakeup.md b/ocfweb/docs/docs/staff/howto/infrastructure/lab-wakeup.md similarity index 100% rename from ocfweb/docs/docs/staff/howto/maintenance/lab-wakeup.md rename to ocfweb/docs/docs/staff/howto/infrastructure/lab-wakeup.md diff --git a/ocfweb/docs/docs/staff/howto/maintenance.md b/ocfweb/docs/docs/staff/howto/maintenance.md deleted file mode 100644 index 98c4bf5ac..000000000 --- a/ocfweb/docs/docs/staff/howto/maintenance.md +++ /dev/null @@ -1 +0,0 @@ -[[!meta title="Maintenance"]] diff --git a/ocfweb/docs/docs/staff/howto/printing.md b/ocfweb/docs/docs/staff/howto/printing.md new file mode 100644 index 000000000..4c73239ac --- /dev/null +++ b/ocfweb/docs/docs/staff/howto/printing.md @@ -0,0 +1 @@ +[[!meta title="Printing"]] diff --git a/ocfweb/docs/docs/staff/howto/maintenance/economode.md b/ocfweb/docs/docs/staff/howto/printing/economode.md similarity index 100% rename from ocfweb/docs/docs/staff/howto/maintenance/economode.md rename to ocfweb/docs/docs/staff/howto/printing/economode.md diff --git a/ocfweb/docs/docs/staff/howto/user-services/paper.md b/ocfweb/docs/docs/staff/howto/printing/paper.md similarity index 100% rename from ocfweb/docs/docs/staff/howto/user-services/paper.md rename to ocfweb/docs/docs/staff/howto/printing/paper.md diff --git a/ocfweb/docs/docs/staff/howto/maintenance/printing.md b/ocfweb/docs/docs/staff/howto/printing/printing.md similarity index 100% rename from ocfweb/docs/docs/staff/howto/maintenance/printing.md rename to ocfweb/docs/docs/staff/howto/printing/printing.md diff --git a/ocfweb/docs/urls.py b/ocfweb/docs/urls.py index 5fd0d0ddc..57deeb4fa 100644 --- a/ocfweb/docs/urls.py +++ b/ocfweb/docs/urls.py @@ -65,9 +65,9 @@ '/staff/procedures/setting-up-mdraid': 'staff/howto/infrastructure/setting-up-mdraid', '/staff/scripts/ssh-list': 'staff/howto/infrastructure/ssh-list', '/staff/procedures/ssl': 'staff/howto/infrastructure/ssl', - '/staff/scripts/economode': 'staff/howto/maintenance/economode', - '/staff/scripts/lab-wakeup': 'staff/howto/maintenance/lab-wakeup', - '/staff/procedures/printing': 'staff/howto/maintenance/printing', + '/staff/scripts/economode': 'staff/howto/printing/economode', + '/staff/scripts/lab-wakeup': 'staff/howto/infrastructure/lab-wakeup', + '/staff/procedures/printing': 'staff/howto/printing/printing', '/staff/procedures/dmca': 'staff/howto/other/dmca', '/staff/scripts/how': 'staff/howto/other/how', '/staff/scripts/ocf-tv': 'staff/howto/other/ocf-tv', @@ -76,9 +76,8 @@ '/staff/procedures/granting-privileges': 'staff/howto/staff-admin/granting-privileges', '/staff/procedures/accounts/alumni-reset': 'staff/howto/user-services/alumni-reset', '/staff/scripts/approve': 'staff/howto/user-services/approve', - '/staff/scripts/paper': 'staff/howto/user-services/paper', + '/staff/scripts/paper': 'staff/howto/printing/paper', '/staff/procedures/vhost': 'staff/howto/user-services/vhost', - }