mirror of
https://github.com/ent/ent.git
synced 2026-05-01 15:10:57 +03:00
ent/website: add docs structure
Reviewed By: alexsn Differential Revision: D16782780 fbshipit-source-id: 084a50bc935597a5be8a5c04b2f9347e683ea45a
This commit is contained in:
committed by
Facebook Github Bot
parent
74ce5b36f2
commit
930cf29367
@@ -22,8 +22,8 @@ const users = [
|
||||
|
||||
const siteConfig = {
|
||||
title: 'ent', // Title for your website.
|
||||
tagline: 'An entity for Go',
|
||||
url: 'https://your-docusaurus-test-site.com', // Your website URL
|
||||
tagline: 'An entity framework for Go',
|
||||
url: 'https://entgo.io', // Your website URL
|
||||
baseUrl: '/', // Base URL for your project */
|
||||
// For github.io type URLs, you would set the url and baseUrl like:
|
||||
// url: 'https://facebook.github.io',
|
||||
@@ -39,8 +39,8 @@ const siteConfig = {
|
||||
customDocsPath: 'md',
|
||||
// For no header links in the top nav bar -> headerLinks: [],
|
||||
headerLinks: [
|
||||
{doc: 'doc1', label: 'Docs'},
|
||||
{doc: 'doc4', label: 'API'},
|
||||
{doc: 'getting-started', label: 'Docs'},
|
||||
{doc: 'getting-started', label: 'API'},
|
||||
{page: 'help', label: 'Help'},
|
||||
{blog: true, label: 'Blog'},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user