Skip to content

Commit

Permalink
chore(website): move website to docs for GitHub pages deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Apr 9, 2023
1 parent 56d3544 commit b6e52e1
Show file tree
Hide file tree
Showing 55 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/.git/
/.github/
/npm/
/website/
/docs/

# Files
.editorconfig
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
with:
args: >
--exclude "%7Busername%7D|file:///|https://datatracker.ietf.org|protonmail"
-v *.md website/docs/* website/blog/*
-v *.md docs/docs/* docs/blog/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions website/docusaurus.config.js → docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ const config = {
sidebarPath: require.resolve("./sidebars.js"),
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl: "https://github.com/orhun/git-cliff/tree/main/website/",
editUrl: "https://github.com/orhun/git-cliff/tree/main/docs/",
},
blog: {
showReadingTime: true,
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl: "https://github.com/orhun/git-cliff/tree/main/website/",
editUrl: "https://github.com/orhun/git-cliff/tree/main/docs/",
},
theme: {
customCss: require.resolve("./src/css/custom.css"),
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.

0 comments on commit b6e52e1

Please sign in to comment.