diff --git a/website/core/Footer.js b/website/core/Footer.js
index 2aff77c..cb80ab4 100644
--- a/website/core/Footer.js
+++ b/website/core/Footer.js
@@ -35,23 +35,23 @@ class Footer extends React.Component {
Community
-
+ {/*
User Showcase
-
+ */}
Stack Overflow
@@ -63,7 +63,7 @@ class Footer extends React.Component {
More
Blog
-
GitHub
+
GitHub
-
@@ -87,9 +87,9 @@ class Footer extends React.Component {
width="170"
height="45"
/>
-
+ */}
- Copyright © {currentYear} Facebook Inc.
+ Copyright © {currentYear} react-bootstrap-table2.
);
diff --git a/website/pages/en/index.js b/website/pages/en/index.js
index 2a2fa42..d17369b 100755
--- a/website/pages/en/index.js
+++ b/website/pages/en/index.js
@@ -76,13 +76,13 @@ class HomeSplash extends React.Component {
let language = this.props.language || '';
return (
-
+ {/* */}
-
-
-
+
+
+
@@ -95,7 +95,7 @@ const Block = props => (
padding={['bottom', 'top']}
id={props.id}
background={props.background}>
-
+
);
@@ -103,38 +103,44 @@ const Features = props => (
{[
{
- content: 'This is the content of my feature',
- image: imgUrl('docusaurus.svg'),
+ content: 'Sortable, Row Selection, Cell Editor, Row Expand, Column Filter Pagination etc.',
+ // image: imgUrl('docusaurus.svg'),
imageAlign: 'top',
- title: 'Feature One',
+ title: 'Rich Functionality',
},
{
- content: 'The content of my second feature',
- image: imgUrl('docusaurus.svg'),
+ content: 'Configurable and customizable table',
+ // image: imgUrl('docusaurus.svg'),
imageAlign: 'top',
- title: 'Feature Two',
+ title: 'Customization',
+ },
+ {
+ content: 'Satisfy for Redux/Mobx or any other state management tool.',
+ // image: imgUrl('docusaurus.svg'),
+ imageAlign: 'top',
+ title: 'Remote',
},
]}
);
-const FeatureCallout = props => (
-
-
Feature Callout
- These are features of this project
-
-);
+// const FeatureCallout = props => (
+//
+//
Feature Callout
+// These are features of this project
+//
+// );
const LearnHow = props => (
-
+
{[
{
- content: 'Talk about learning how to use this',
- image: imgUrl('docusaurus.svg'),
+ content: 'Intuitive to use.
Compatitable for Bootstrap 3 and 4.
Better than legacy react-bootstrap-table2!!
',
+ image: imgUrl('react-bootstrap-table2-sample.png'),
imageAlign: 'right',
- title: 'Learn How',
+ title: 'react-bootstrap-table2',
},
]}
@@ -205,11 +211,11 @@ class Index extends React.Component {
-
+ {/* */}
-
+ {/*
-
+ */}
);
diff --git a/website/siteConfig.js b/website/siteConfig.js
index bf05e88..5698f8e 100644
--- a/website/siteConfig.js
+++ b/website/siteConfig.js
@@ -9,8 +9,8 @@
const users = [
{
caption: '',
- image: '/react-bootstrap-table2/img/docusaurus.svg',
- infoLink: 'https://www.facebook.com',
+ // image: '/react-bootstrap-table2/img/docusaurus.svg',
+ infoLink: 'https://github.com/react-bootstrap-table/react-bootstrap-table2',
pinned: true,
},
];
@@ -29,8 +29,8 @@ const siteConfig = {
],
users,
/* path to images for header/footer */
- headerIcon: 'img/docusaurus.svg',
- footerIcon: 'img/docusaurus.svg',
+ // headerIcon: 'img/docusaurus.svg',
+ // footerIcon: 'img/docusaurus.svg',
favicon: 'img/favicon.png',
/* colors for website */
colors: {
diff --git a/website/static/img/react-bootstrap-table2-sample.png b/website/static/img/react-bootstrap-table2-sample.png
new file mode 100644
index 0000000..c3de25d
Binary files /dev/null and b/website/static/img/react-bootstrap-table2-sample.png differ