mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
add new forum links
This commit is contained in:
parent
ed47d6b277
commit
6686fb0efb
@ -6,15 +6,21 @@ class ForumsLinkbuilderService < Service
|
||||
def self.content_to_url_map
|
||||
{
|
||||
'Character': '/forum/characters-board',
|
||||
'Condition': '/forum/conditions',
|
||||
'Creature': '/forum/characters', # [sic]
|
||||
'Flora': '/forum/flora',
|
||||
'Government': '/forum/governments',
|
||||
'Item': '/forum/items',
|
||||
'Job': '/forum/jobs',
|
||||
'Landmark': '/forum/landmarks',
|
||||
'Language': '/forum/general-worldbuilding', # wtf did I do
|
||||
'Location': '/forum/locations',
|
||||
'Magic': '/forum/magic',
|
||||
'Planet': '/forum/planets',
|
||||
'Race': '/forum/races',
|
||||
'Religion': '/forum/religions',
|
||||
'Technology': '/forum/technology'
|
||||
'Technology': '/forum/technology',
|
||||
'Tradition': '/forum/traditions'
|
||||
}
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user