enhancement

This commit is contained in:
AllenFang 2018-01-14 14:14:03 +08:00
parent 6ce915fa70
commit e66a0ae077
6 changed files with 8 additions and 9 deletions

View File

@ -18,15 +18,15 @@ class Help extends React.Component {
const supportLinks = [
{
content:
'Learn more using the [documentation on this site.](/test-site/docs/en/doc1.html)',
'Learn more using the [documentation on this site.](../docs/about.html)',
title: 'Browse Docs',
},
{
content: 'Ask questions about the documentation and project',
content: '<a href="https://github.com/react-bootstrap-table/react-bootstrap-table2/issues" target="_blank" >Ask questions</a> about the documentation and project',
title: 'Join the community',
},
{
content: "Find out what's new with this project",
content: '<a href="../blog" target="_blank">Find out</a> what\'s new with this project',
title: 'Stay up to date',
},
];
@ -38,7 +38,7 @@ class Help extends React.Component {
<header className="postHeader">
<h2>Need help?</h2>
</header>
<p>This project is maintained by a dedicated group of people.</p>
<p>This project is maintained by a dedicated group of <b><a href="https://github.com/orgs/react-bootstrap-table/people" target="_blank">people</a></b>.</p>
<GridBlock contents={supportLinks} layout="threeColumn" />
</div>
</Container>

View File

@ -20,7 +20,7 @@ const siteConfig = {
tagline: 'Next Generation of react-bootstrap-table',
url: 'https://react-bootstrap-table.github.io' /* your website url */,
baseUrl: '/react-bootstrap-table2/' /* base url for your project */,
projectName: 'react-boostrap-table2-docs',
projectName: 'react-bootstrap-table2',
headerLinks: [
{doc: 'about', label: 'Docs'},
{doc: 'table-props', label: 'API'},
@ -31,7 +31,7 @@ const siteConfig = {
/* path to images for header/footer */
// headerIcon: 'img/docusaurus.svg',
// footerIcon: 'img/docusaurus.svg',
favicon: 'img/favicon.png',
// favicon: 'img/favicon.png',
/* colors for website */
colors: {
primaryColor: '#294E80',
@ -42,8 +42,8 @@ const siteConfig = {
'Copyright © ' +
new Date().getFullYear() +
' react-bootstrap-table2',
// organizationName: 'deltice', // or set an env variable ORGANIZATION_NAME
// projectName: 'test-site', // or set an env variable PROJECT_NAME
organizationName: 'react-bootstrap-table', // or set an env variable ORGANIZATION_NAME
projectName: 'react-bootstrap-table2', // or set an env variable PROJECT_NAME
highlight: {
// Highlight.js theme to use for syntax highlighting in code blocks
theme: 'default',

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 984 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB