Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ before_install:
- git config --global user.email ${GIT_EMAIL}
- git remote add hudi https://${GIT_TOKEN}@github.com/${GIT_REPO}/${GIT_PROJECT}.git
- git checkout -b pr
- git pull --rebase hudi asf-site

script:
- pushd ${DOCS_ROOT}
Expand Down
22 changes: 11 additions & 11 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ module.exports = {
baseUrl: '/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
favicon: 'assets/image/favicon.ico',
organizationName: 'apache', // Usually your GitHub org/user name.
projectName: 'hudi', // Usually your repo name.
favicon: '/assets/images/favicon.ico',
organizationName: 'apache',
projectName: 'hudi',
i18n: {
defaultLocale: 'en',
locales: ['en', 'cn'],
Expand All @@ -40,8 +40,8 @@ module.exports = {
path: 'contribute',
routeBasePath: 'contribute',
sidebarPath: require.resolve('./sidebarsContribute.js'),
showLastUpdateAuthor: true,
showLastUpdateTime: true,
showLastUpdateAuthor: false,
showLastUpdateTime: false,
},
],
[
Expand All @@ -51,8 +51,8 @@ module.exports = {
path: 'releases',
routeBasePath: 'releases',
sidebarPath: require.resolve('./sidebarsReleases.js'),
showLastUpdateAuthor: true,
showLastUpdateTime: true,
showLastUpdateAuthor: false,
showLastUpdateTime: false,
},
],
[
Expand Down Expand Up @@ -192,14 +192,14 @@ module.exports = {
{
title: 'About',
items: [
{
label: 'Concepts',
to: '/docs/concepts',
},
{
label: 'Our Vision',
to: '/blog/2021/07/21/streaming-data-lake-platform',
},
{
label: 'Concepts',
to: '/docs/concepts',
},
{
label: 'Team',
to: '/contribute/team',
Expand Down
4 changes: 0 additions & 4 deletions website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,6 @@ footer .container {
text-align: center;
}

.lastUpdated_node_modules-\@docusaurus-theme-classic-lib-next-theme-DocItem-styles-module {
display: none;
}

.blog-wrapper aside {
--ifm-col-width: 16.6667% !important;
}
Expand Down