-
Notifications
You must be signed in to change notification settings - Fork 1
/
toc.rb
25 lines (22 loc) · 864 Bytes
/
toc.rb
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
section 'getting-started', "Getting Started" do
topic 'dydra', "What is Dydra?"
topic 'quickstart', "Quickstart Guide"
topic 'philosophy', "Our Philosophy"
topic 'faq', "Frequently Asked Questions"
end
section 'rdf', "RDF" do
topic 'rdf', "What is RDF?"
topic 'sparql', "SPARQL"
end
section 'using-dydra', "Using Dydra" do
topic 'overview', "Overview"
topic 'cli', "Command-Line Interface"
topic 'namespace-prefixes', "Namespace Prefixes"
topic 'api/sparql', "SPARQL Endpoints"
topic 'api/rest', "REST API"
#topic 'api/sesame', "Sesame API"
topic 'api/authentication', "API Authentication"
end
section 'sdk', "Libraries" do
topic 'sdk/ruby', "SDK for Ruby"
end