-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
28 lines (27 loc) · 906 Bytes
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
baseURL = 'https://fireactjs.com/'
languageCode = 'en-us'
title = 'Fireactjs'
# Language settings
contentDir = "content/en"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = false
[module]
proxy = "direct"
[[module.imports]]
path = "github.com/google/docsy"
[[module.imports]]
path = "github.com/google/docsy/dependencies"
[params]
images = ['https://fireactjs.com/fireactjs_laptop.png']
description = 'Fireactjs is an open-source framework for building SaaS and user portals with Firebase and Reactjs.'
github_repo = "https://github.com/fireactjs/website"
#Enable offline search with Lunr.js
offlineSearch = true
offlineSearchSummaryLength = 200
copyright = "The Fireactjs Team"
github_project_repo = "https://github.com/fireactjs/core"
[[params.links.developer]]
name = "GitHub"
url = "https://github.com/fireactjs/core"
icon = "fab fa-github"
desc = "Development takes place here!"