summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2018-05-05 15:54:22 -0700
committerRuss Allbery <eagle@eyrie.org>2018-05-05 15:54:22 -0700
commit0ca289ba269e767128cfa9ea116c74b3cc393198 (patch)
treedf91450aa4314c3fdfcfa5df0c4ea37d55fcfcc0 /docs
parent08f0490e75419e305d575d5a731b6e855948f926 (diff)
Re-order user documentation for web page
Put the manual pages for the main client and server programs before the language binding README files.
Diffstat (limited to 'docs')
-rw-r--r--docs/metadata/metadata.json24
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/metadata/metadata.json b/docs/metadata/metadata.json
index 03c3ea0..3dcda62 100644
--- a/docs/metadata/metadata.json
+++ b/docs/metadata/metadata.json
@@ -65,6 +65,18 @@
"docs": {
"user": [
{
+ "name": "remctl",
+ "title": "remctl manual page",
+ },
+ {
+ "name": "remctl-shell",
+ "title": "remctl-shell manual page",
+ },
+ {
+ "name": "remctld",
+ "title": "remctld manual page",
+ },
+ {
"name": "java-readme",
"title": "Java client and server README",
},
@@ -81,18 +93,6 @@
"title": "Ruby bindings README",
},
{
- "name": "remctl",
- "title": "remctl manual page",
- },
- {
- "name": "remctl-shell",
- "title": "remctl-shell manual page",
- },
- {
- "name": "remctld",
- "title": "remctld manual page",
- },
- {
"name": "thanks",
"title": "Thanks and credits",
},