Skip to content

Commit 981c81b

Browse files
committed
Reorganization to get started with Aspectran-based product development
1 parent 5e5d5e7 commit 981c81b

35 files changed

+180
-146
lines changed

_config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,13 @@ compress_html:
105105
collections:
106106
docs:
107107
output: true
108-
permalink: "/:path/"
108+
permalink: "/docs/:path/"
109+
guides:
110+
output: true
111+
permalink: "/guides/:path/"
109112
modules:
110113
output: true
111114
permalink: "/modules/:path/"
112-
examples:
113-
output: true
114-
permalink: "/examples/:path/"
115115

116116
defaults:
117117
-
@@ -147,7 +147,7 @@ defaults:
147147
-
148148
scope:
149149
path: ""
150-
type: "modules"
150+
type: "guides"
151151
values:
152152
outside_heading: true
153153
breadcrumb: true
@@ -157,7 +157,7 @@ defaults:
157157
-
158158
scope:
159159
path: ""
160-
type: "examples"
160+
type: "modules"
161161
values:
162162
outside_heading: true
163163
breadcrumb: true

_data/aspectran.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Aspectran's latest release metadata
2+
stable_version: 4.1.0
3+
api_site:
4+
title: Aspectran API 4.1.0
5+
url: http://api.aspectran.com/4.1.0/

_data/language.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if_you_are_not_redirected_automatically: "If you are not redirected automaticall
1919
click_here: "click here"
2020
next_post_in: "Next Post in"
2121
previous_post_in: "Previous Post in"
22-
breadcrumb_start: "Start"
22+
breadcrumb_start: "Aspectran"
2323
edit: "Edit"
2424
this_content_is_open_source: "This content is open source."
2525
help_improve_it: "Help improve it"

_data/language_de.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if_you_are_not_redirected_automatically: "Wenn Du nicht automatisch weitergeleit
1919
click_here: "klick hier"
2020
next_post_in: "Nächster Beitrag in"
2121
previous_post_in: "Vorheriger Beitrag in"
22-
breadcrumb_start: "Start"
22+
breadcrumb_start: "Aspectran"
2323
edit: "Editieren"
2424
this_content_is_open_source: "Der Inhalt ist Open Source."
2525
help_improve_it: "Hilf ihn zu verbessern"

_data/language_en.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if_you_are_not_redirected_automatically: "If you are not redirected automaticall
1919
click_here: "click here"
2020
next_post_in: "Next Post in"
2121
previous_post_in: "Previous Post in"
22-
breadcrumb_start: "Start"
22+
breadcrumb_start: "Aspectran"
2323
edit: "Edit"
2424
this_content_is_open_source: "This content is open source."
2525
help_improve_it: "Help improve it"

_data/navigation.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,22 @@
1111
url: "/docs/"
1212
side: left
1313
dropdown:
14-
- title: "User Guides"
15-
url: "/docs/guides/"
16-
- title: "API Reference"
14+
- title: "Manual"
15+
url: "/docs/manual/"
16+
- title: "API Documentation"
1717
url: "/docs/api/"
1818
- title: "Changelog"
1919
url: "/docs/changelog/"
2020

21-
- title: Modules
22-
url: "/modules/"
21+
- title: Guides
22+
url: "/guides/"
2323
side: left
24+
dropdown:
25+
- title: "Modules"
26+
url: "/modules/"
2427

25-
- title: Examples
26-
url: "/examples/"
28+
- title: Projects
29+
url: "/projects/"
2730
side: left
2831

2932
- title: Support

_data/network.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
class: ""
1111
title: ""
1212

13-
- name: "Modules"
14-
url: "/modules/"
13+
- name: "Guides"
14+
url: "/guides/"
1515
class: ""
1616
title: ""
1717

18-
- name: "Examples"
19-
url: "/examples/"
18+
- name: "Projects"
19+
url: "/projects/"
2020
class: ""
2121
title: ""

_docs/docs/api.md

Lines changed: 0 additions & 12 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)