2019-05-13 17:55:32 +04:00
/ * *
* Copyright ( c ) 2017 - present , Facebook , Inc .
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree .
* /
// See https://docusaurus.io/docs/site-config for all the possible
// site configuration options.
// List of projects/orgs using your project for the users page.
2019-06-03 20:16:05 +04:00
const partners = [
2019-05-13 17:55:32 +04:00
{
2019-06-03 20:16:05 +04:00
caption : 'Nomadic Labs' ,
2019-05-13 17:55:32 +04:00
// You will need to prepend the image path with your baseUrl
// if it is not '/', like: '/test-site/img/image.jpg'.
2019-06-06 21:51:38 +04:00
image : '/img/nomadic-logo.jpg' ,
2019-06-03 20:16:05 +04:00
infoLink : 'https://www.nomadic-labs.com/' ,
pinned : true ,
} ,
{
caption : 'Tocqueville Group' ,
// You will need to prepend the image path with your baseUrl
// if it is not '/', like: '/test-site/img/image.jpg'.
2019-06-06 21:51:38 +04:00
image : '/img/tq-logo.svg' ,
2019-06-03 20:16:05 +04:00
infoLink : 'https://tqgroup.io/' ,
pinned : true ,
} ,
{
caption : 'Stove Labs' ,
// You will need to prepend the image path with your baseUrl
// if it is not '/', like: '/test-site/img/image.jpg'.
2019-06-06 21:51:38 +04:00
image : '/img/stove-logo.png' ,
2019-06-03 20:16:05 +04:00
infoLink : 'https://stove-labs.com' ,
pinned : true ,
} ,
] ;
const team = [
{
caption : 'Gabriel Alfour' ,
// You will need to prepend the image path with your baseUrl
// if it is not '/', like: '/test-site/img/image.jpg'.
2019-06-10 21:30:54 +04:00
image : '/img/user.png' ,
infoLink : 'https://gitlab.com/gabriel.alfour' ,
2019-06-03 20:16:05 +04:00
pinned : true ,
} ,
{
2019-06-05 21:48:51 +04:00
caption : 'Georges Dupéron' ,
2019-06-03 20:16:05 +04:00
// You will need to prepend the image path with your baseUrl
// if it is not '/', like: '/test-site/img/image.jpg'.
2019-06-10 21:30:54 +04:00
image : '/img/user.png' ,
infoLink : 'https://gitlab.com/georges.duperon' ,
2019-06-03 20:16:05 +04:00
pinned : true ,
} ,
{
caption : 'Christian Rinderknecht' ,
// You will need to prepend the image path with your baseUrl
// if it is not '/', like: '/test-site/img/image.jpg'.
2019-06-10 21:30:54 +04:00
image : '/img/christian.jpeg' ,
infoLink : 'https://github.com/rinderknecht' ,
2019-06-03 20:16:05 +04:00
pinned : true ,
} ,
{
caption : 'Brice Aldrich' ,
// You will need to prepend the image path with your baseUrl
// if it is not '/', like: '/test-site/img/image.jpg'.
2019-06-10 21:30:54 +04:00
image : '/img/brice.png' ,
infoLink : 'https://github.com/DefinitelyNotAGoat' ,
2019-06-03 20:16:05 +04:00
pinned : true ,
} ,
{
caption : 'Matej Sima' ,
// You will need to prepend the image path with your baseUrl
// if it is not '/', like: '/test-site/img/image.jpg'.
2019-06-10 21:30:54 +04:00
image : '/img/matej.jpg' ,
infoLink : 'https://github.com/maht0rz' ,
2019-05-13 17:55:32 +04:00
pinned : true ,
} ,
] ;
const siteConfig = {
2019-05-25 00:39:08 +04:00
title : 'LIGO' , // Title for your website.
2019-06-03 20:16:05 +04:00
tagline : 'LIGO is a statically typed high-level smart-contract language that compiles down to Michelson. It seeks to be easy to use, extensible and safe.' ,
2019-05-13 17:55:32 +04:00
url : 'https://your-docusaurus-test-site.com' , // Your website URL
2019-05-24 10:48:15 +04:00
baseUrl : '/' , // Base URL for your project */
2019-05-13 17:55:32 +04:00
// For github.io type URLs, you would set the url and baseUrl like:
// url: 'https://facebook.github.io',
// baseUrl: '/test-site/',
// Used for publishing and more
projectName : 'ligo' ,
organizationName : 'marigold' ,
// For top-level user or org sites, the organization is still the same.
// e.g., for the https://JoelMarcey.github.io site, it would be set like...
// organizationName: 'JoelMarcey'
// For no header links in the top nav bar -> headerLinks: [],
headerLinks : [
2019-06-11 05:37:12 +04:00
{ doc : 'setup/installation' , label : 'Docs' } ,
2019-06-13 04:50:55 +04:00
{ doc : 'tutorials/get-started/tezos-taco-shop-smart-contract' , label : 'Tutorials' } ,
2019-06-06 21:51:38 +04:00
{ blog : true , label : 'Blog' } ,
2019-06-13 14:01:36 +04:00
// TODO: { href: "/odoc", label: "Api" },
2019-06-06 19:59:03 +04:00
{ doc : 'contributors/origin' , label : 'Contribute' } ,
2019-06-13 05:00:27 +04:00
{ href : 'https://discord.gg/9rhYaEt' , label : '' } ,
{ search : true } ,
2019-05-13 17:55:32 +04:00
] ,
// If you have users set above, you add it here:
2019-06-03 20:16:05 +04:00
partners ,
team ,
2019-05-13 17:55:32 +04:00
/* path to images for header/footer */
2019-06-03 20:16:05 +04:00
headerIcon : 'img/logo.svg' ,
2019-06-06 21:51:38 +04:00
footerIcon : 'img/logo.svg' ,
favicon : 'img/logo.svg' ,
2019-05-13 17:55:32 +04:00
/* Colors for website */
colors : {
2019-06-03 20:16:05 +04:00
primaryColor : '#1A1A1A' ,
secondaryColor : '#1A1A1A' ,
2019-05-13 17:55:32 +04:00
} ,
/* Custom fonts for website */
/ *
fonts : {
myFont : [
"Times New Roman" ,
"Serif"
] ,
myOtherFont : [
"-apple-system" ,
"system-ui"
]
} ,
* /
// This copyright info is used in /core/Footer.js and blog RSS/Atom feeds.
copyright : ` Copyright © ${ new Date ( ) . getFullYear ( ) } Marigold ` ,
highlight : {
// Highlight.js theme to use for syntax highlighting in code blocks.
theme : 'default' ,
} ,
// Add custom scripts here that would be placed in <script> tags.
scripts : [ 'https://buttons.github.io/buttons.js' ] ,
// On page navigation for the current documentation page.
onPageNav : 'separate' ,
// No .html extensions for paths.
cleanUrl : true ,
// Open Graph and Twitter card images.
ogImage : 'img/undraw_online.svg' ,
twitterImage : 'img/undraw_tweetstorm.svg' ,
// Show documentation's last contributor's name.
// enableUpdateBy: true,
// Show documentation's last update time.
// enableUpdateTime: true,
// You may provide arbitrary config keys to be used as needed by your
// template. For example, if you need your repo's URL...
2019-06-05 18:46:00 +04:00
repoUrl : 'https://gitlab.com/ligolang/ligo' ,
2019-09-25 01:12:11 +04:00
stylesheets : [
"https://fonts.googleapis.com/css?family=DM+Sans|Open+Sans|Source+Code+Pro&display=swap"
] ,
2019-06-13 05:00:27 +04:00
algolia : {
apiKey : '12be98d9fd4242a5f16b70a5cc6b0158' ,
indexName : 'ligolang' ,
algoliaOptions : { } // Optional, if provided by Algolia
} ,
2019-05-13 17:55:32 +04:00
} ;
module . exports = siteConfig ;