Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial Starlight Plugins support #942

Merged
merged 32 commits into from
Nov 29, 2023
Merged

Initial Starlight Plugins support #942

merged 32 commits into from
Nov 29, 2023

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    6d38e2a View commit details
    Browse the repository at this point in the history
  2. feat: add plugin logger

    HiDeoo committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    98de654 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99de570 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. Configuration menu
    Copy the full SHA
    1d5526b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    119d95b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe26abb View commit details
    Browse the repository at this point in the history
  4. feat: add search demo plugin

    HiDeoo committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    b845aee View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

  1. docs: add plugin documentation

    HiDeoo committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    652b37a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba26df7 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Merge branch 'main' into hd-plugins

    * main: (103 commits)
      i18n(fr): update `guides/sidebar.mdx` (withastro#1033)
      i18n(fr): update `reference/configuration.mdx` (withastro#1034)
      i18n(fr): update `reference/frontmatter.md` (withastro#1035)
      Fix docs component details (withastro#1031)
      Overhaul getting started guide (withastro#1026)
      i18n(zh-cn): Update sidebar.mdx & configuration.mdx (withastro#1022)
      i18n(es): Update `configuration` & `sidebar` (withastro#1029)
      [ci] format
      i18n(zh-cn): Update frontmatter.md (withastro#1020)
      i18n(zh-cn): Update overrides.md (withastro#1021)
      i18n(zh-cn): Update i18n.mdx (withastro#1019)
      fix(docs-i18n-tracker): update `translations` import (withastro#1025)
      [ci] format
      i18n(zh-cn): Update css-and-tailwind.mdx (withastro#1018)
      [ci] format
      i18n(zh-cn): Update authoring-content.md (withastro#1016)
      i18n(ko-KR): update `configuration.mdx` (withastro#1015)
      i18n(ko-KR): update `sidebar.mdx` (withastro#1014)
      i18n(ko-KR): update `i18n.mdx` (withastro#1013)
      [ci] format
      ...
    HiDeoo committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    6da9b51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68af963 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Configuration menu
    Copy the full SHA
    2e23c7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c98628 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    887f1dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62ce7f7 View commit details
    Browse the repository at this point in the history
  5. chore: add preact to the demo

    HiDeoo committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    d348e3c View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    340085b View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. test: fix failing test

    HiDeoo committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    dfb585e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f3d844 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4281c36 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. test: add test-plugin-utils

    HiDeoo committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    860020f View commit details
    Browse the repository at this point in the history
  2. docs: apply chris suggestions

    Co-authored-by: Chris Swithinbank <357379+delucis@users.noreply.github.com>
    HiDeoo and delucis committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    1150659 View commit details
    Browse the repository at this point in the history
  3. docs: fix plugin shape

    Co-authored-by: Chris Swithinbank <357379+delucis@users.noreply.github.com>
    HiDeoo and delucis committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    eab3c95 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    34c675a View commit details
    Browse the repository at this point in the history
  2. chore: remove demo plugin

    HiDeoo committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    e7b9d99 View commit details
    Browse the repository at this point in the history
  3. docs: revert showcase.mdx

    HiDeoo committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    d3ef311 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0682f56 View commit details
    Browse the repository at this point in the history
  5. chore: add changeset

    HiDeoo committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    ef0954e View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. docs: apply chris suggestions

    Co-authored-by: Chris Swithinbank <357379+delucis@users.noreply.github.com>
    HiDeoo and delucis committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    1066c6f View commit details
    Browse the repository at this point in the history
  2. docs: remove innacurate statement

    Co-authored-by: Chris Swithinbank <357379+delucis@users.noreply.github.com>
    HiDeoo and delucis committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    5594ec3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7eae7c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1016921 View commit details
    Browse the repository at this point in the history