Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

Commit

Permalink
Update toc.ja.rb as well. issue #87
Browse files Browse the repository at this point in the history
  • Loading branch information
repeatedly committed Feb 18, 2014
1 parent fef3681 commit 76b5d42
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions lib/toc.ja.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@
category 'config-file', '設定ファイル' do
article 'config-file', '設定ファイル'
end
category 'high-availability', 'High Availability' do
article 'high-availability', 'Fluentd High Availability Configuration'
end
category 'recipes', 'Recipes' do
for recipe in Dir.entries("#{settings.root}/docs/ja").grep(/^recipe-/)
recipe.chomp!(".txt")
Expand All @@ -82,9 +85,8 @@
}).join(" ")
end
end
category 'high-availability', 'High Availability' do
article 'high-availability', 'Fluentd High Availability Configuration'
end
end
section 'operations', 'Operations' do
category 'failure-scenarios', '障害のシナリオ' do
article 'failure-scenarios', '障害のシナリオ'
end
Expand Down

0 comments on commit 76b5d42

Please sign in to comment.