Skip to content

Commit 5d13107

Browse files
committed
we're going to map / to /docs
1 parent 50a641a commit 5d13107

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class InstallFest < Sinatra::Application # todo: use Sinatra::Base instead, wi
3333
def initialize
3434
super
3535
@here = File.expand_path(File.dirname(__FILE__))
36-
@default_sites = {en: "docs", es: "hola", :"zh-tw" => "nihao" }
36+
@default_sites = {en: "docs", es: "hola", :"zh-tw" => "docs" }
3737
@default_locale = "en"
3838
end
3939

sites/zh-tw/nihao/nihao.step

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)