mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-03 11:42:33 +00:00
Add support tab to website
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
<nav id="head-links">
|
||||
#for i in 0.. c.tabs.len-1:
|
||||
# let t = c.tabs[i].val
|
||||
# if t != "community" and t != "news":
|
||||
# if t != "index" and t != "community" and t != "news":
|
||||
# let name = c.tabs[i].key
|
||||
# if currentTab == t:
|
||||
<a class="active"
|
||||
|
||||
2
web/support.txt
Normal file
2
web/support.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
Coming Soon!
|
||||
============
|
||||
@@ -15,9 +15,10 @@ Github_Repo: "http://github.com/Araq/Nim;link_github"
|
||||
[Tabs]
|
||||
# Menu entry: filename
|
||||
home: index
|
||||
docs: documentation
|
||||
learn: learn
|
||||
docs: documentation
|
||||
download: download
|
||||
support: support
|
||||
forum: "http://forum.nim-lang.org"
|
||||
faq: question
|
||||
# these two are not in the list of "tabs", but do exist:
|
||||
|
||||
Reference in New Issue
Block a user