This is an automated email from the ASF dual-hosted git repository.
warren pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git
from d4a9cff Update refdiff.md (#55)
new a56aeaf docs: updated homepage and other docs
new 7086d22 fix: fixed typo in footer
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
community/Team/_category_.json | 4 +
community/Team/team.md | 88 ++++++++++++++++++++++
community/contributor/_category_.json | 4 -
community/contributor/contributors.md | 63 ----------------
community/make-contribution/BlogSubmission.md | 6 +-
.../contributor-growth-program.md | 5 ++
.../make-contribution/development-workflow.md | 4 +
.../make-contribution/fix-or-create-issues.md | 6 +-
community/subscribe.md | 26 +++++++
docs/01-Overview/01-WhatIsDevLake.md | 4 +-
docs/08-Dashboards/AverageRequirementLeadTime.md | 9 +++
docs/08-Dashboards/CommitCountByAuthor.md | 9 +++
docs/08-Dashboards/DetailedBugInfo.md | 9 +++
docs/08-Dashboards/GitHubBasic.md | 9 +++
.../GitHubReleaseQualityAndContributionAnalysis.md | 9 +++
docs/08-Dashboards/Jenkins.md | 9 +++
docs/08-Dashboards/WeeklyBugRetro.md | 9 +++
docs/08-Dashboards/_category_.json | 4 +
docs/08-LiveDemo.md | 35 ---------
docusaurus.config.js | 53 ++++++++-----
src/components/HomepageFeatures.js | 6 +-
src/css/custom.css | 8 ++
22 files changed, 249 insertions(+), 130 deletions(-)
create mode 100644 community/Team/_category_.json
create mode 100644 community/Team/team.md
delete mode 100644 community/contributor/_category_.json
delete mode 100644 community/contributor/contributors.md
create mode 100644 community/subscribe.md
create mode 100644 docs/08-Dashboards/AverageRequirementLeadTime.md
create mode 100644 docs/08-Dashboards/CommitCountByAuthor.md
create mode 100644 docs/08-Dashboards/DetailedBugInfo.md
create mode 100644 docs/08-Dashboards/GitHubBasic.md
create mode 100644
docs/08-Dashboards/GitHubReleaseQualityAndContributionAnalysis.md
create mode 100644 docs/08-Dashboards/Jenkins.md
create mode 100644 docs/08-Dashboards/WeeklyBugRetro.md
create mode 100644 docs/08-Dashboards/_category_.json
delete mode 100644 docs/08-LiveDemo.md