From 1f0febf96ecf04bd8f78024b1599b6c43ddbbe3b Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Wed, 10 Apr 2013 13:11:12 -0700 Subject: [PATCH] fix up api index --- doc/api/index.md | 8 +++++--- doc/api/{job-script.textile => job-task.textile} | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) rename doc/api/{job-script.textile => job-task.textile} (97%) diff --git a/doc/api/index.md b/doc/api/index.md index 043c9522a3..2f83dbb147 100644 --- a/doc/api/index.md +++ b/doc/api/index.md @@ -9,9 +9,11 @@ navorder: 0 ### Concepts -* Each API uses the same [authentication mechanism](authentication.html) -* Resources in requests and responses adhere to a [common structure](resources.html) -* API transactions use common [REST methods](methods.html) +* Each API uses the same [authentication mechanism](authentication.html). +* Resources in requests and responses adhere to a [common structure](resources.html). +* API transactions use common [REST methods](methods.html). +* API transactions are subject to a [permission model](permission-model.html). +* [Job tasks](job-task.html) use some special API features. ### Resources diff --git a/doc/api/job-script.textile b/doc/api/job-task.textile similarity index 97% rename from doc/api/job-script.textile rename to doc/api/job-task.textile index 0bdf978550..f68dd80b67 100644 --- a/doc/api/job-script.textile +++ b/doc/api/job-task.textile @@ -1,7 +1,7 @@ --- layout: default navsection: api -title: Job scripts +title: Job tasks navorder: 5 --- -- 2.30.2