forked from DSpace-Labs/DSpace7RestTutorial
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
36 lines (32 loc) · 1.66 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
theme: jekyll-theme-cayman
title: DSpace 7 REST API Tutorial
description: "Learn the new interface for DSpace Client Apps"
baseurl: "/DSpace7RestTutorial"
url: "http://dspace-labs.github.io/DSpace7RestTutorial"
theme: jekyll-theme-cayman
show_downloads: false
# --------------------------------
# Custom additions for the tutorial navigation bar
# --------------------------------
restService: https://dspace7.4science.cloud/dspace-spring-rest
restCredentials: [email protected] / dspace
exerciseUrl: http://bit.ly/dspace7-rest
# nav_style: menu or button
nav_style: button
nav:
- {name: Home, path: "/"}
- {name: Installation Pre-requisites, path: "/preparation"}
- {name: "Exercise 1 - HAL Browser", path: "/exercise1"}
- {name: "Exercise 2 - Authenticating with the HAL Browser", path: "/exercise2"}
- {name: "Exercise 3 - Browsing the Repository with Postman", path: "/exercise3"}
- {name: "Exercise 4 - Authenticating with Postman", path: "/exercise4"}
- {name: "Exercise 5 - Interact with the submission", path: "/exercise5"}
- {name: "Tips for Using Postman", path: "/usingPostman"}
- {name: "Code Walkthrough", path: "/walkthrough/intro"}
- {name: "Get Communities", path: "/walkthrough/get-communities"}
- {name: "Unit Testing in DSpace", path: "/walkthrough/unit-testing"}
- {name: "Get Communities Test Methods", path: "/walkthrough/get-communities-unit-test"}
- {name: "Get Top Communities (Search)", path: "/walkthrough/search-communities"}
- {name: "Return Status Logic", path: "/walkthrough/return-status"}
- {name: "EPerson Endpoint (Workshop Examples)", path: "/walkthrough/eperson"}
- {name: "Next Steps", path: "/walkthrough/next-steps"}