-
-
Notifications
You must be signed in to change notification settings - Fork 554
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into hd-pagefind-1-1-0
* main: (74 commits) Add type checking job to the CI workflow (#1827) [ci] format i18n(pt-BR): Update `components.mdx` (#1815) [ci] format i18n(ru): update translations (#1825) i18n(pt-BR): Update `css-and-tailwind.mdx` (#1817) i18n(es): updates `pages` (#1823) i18n(es): update `i18n` (#1822) i18n(es): updates `overrides` (#1820) i18n(es): update `guides/components` and add `syncKey` to various pages (#1818) [ci] format i18n(es): update `community-content` (#1824) i18n(es): update `configuration` (#1821) i18n(es): update `frontmatter` (#1819) i18n(fr): update `guides/pages.mdx` (#1800) i18n(fr): update `reference/overrides.md` (#1803) i18n(fr): update `reference/frontmatter.md` (#1802) i18n(fr): update `reference/configuration.mdx` (#1801) i18n(fr): update `guides/i18n.mdx` (#1799) i18n(fr): update `guides/components` and add `syncKey` to various pages (#1797) ...
- Loading branch information
Showing
163 changed files
with
2,921 additions
and
1,729 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
name: Lunaria | ||
|
||
on: | ||
# Trigger the workflow every time a pull request is opened or synchronized at the target `main` branch | ||
pull_request_target: | ||
types: [opened, synchronize] | ||
branches: [main] | ||
paths: | ||
- 'docs/**' | ||
|
||
# Allow this job to clone the repository and comment on the pull request | ||
permissions: | ||
contents: read | ||
pull-requests: write | ||
|
||
jobs: | ||
lunaria-overview: | ||
name: Generate Lunaria Overview | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
with: | ||
# Necessary for Lunaria to work properly | ||
# Makes the action clone the entire git history | ||
fetch-depth: 0 | ||
|
||
- name: Setup PNPM | ||
uses: pnpm/action-setup@v3 | ||
|
||
- name: Setup Node | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: 20 | ||
cache: pnpm | ||
|
||
- name: Install dependencies | ||
run: pnpm install | ||
shell: bash | ||
|
||
- name: Generate Lunaria Overview | ||
uses: yanthomasdev/lunaria-action@f60cb4c257e95ab41fc44356c4a852fe614e3bb4 | ||
with: | ||
token: ${{ secrets.FREDKBOT_GITHUB_TOKEN }} | ||
working-directory: docs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.