From: Ed Kellett Date: Fri, 26 Feb 2016 07:16:00 +0000 (+0000) Subject: move faq config to its own yml too X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/commitdiff_plain/refs/pull/60/head?hp=2406c60cab5043ed4b86625f97a465141af02739 move faq config to its own yml too --- diff --git a/config.yml b/config.yml index 5ac5648fc..31cc5f1d2 100644 --- a/config.yml +++ b/config.yml @@ -19,18 +19,6 @@ modules: root: 'faq/answer' index_root: 'faq' indexes: - chat: - title: 'Chat' - cats: [connect] - promote: - - name: faq/connect/chat - caption: Chat - icon: comment - - name: faq/connect/chat - caption: Chat - icon: comment - - name: faq/connect/chat - caption: Chat - icon: comment + !include config/faq.yml resources: !include config/build.yml diff --git a/config/faq.yml b/config/faq.yml new file mode 100644 index 000000000..24cf03afc --- /dev/null +++ b/config/faq.yml @@ -0,0 +1,13 @@ +chat: + title: 'Chat' + cats: [connect] + promote: + - name: faq/connect/chat + caption: Chat + icon: comment + - name: faq/connect/chat + caption: Chat + icon: comment + - name: faq/connect/chat + caption: Chat + icon: comment