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

split css to hamburger/scrollbar/typesetting-article css files #719

Merged
merged 12 commits into from
Aug 27, 2022

Commits on Aug 19, 2022

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

Commits on Aug 20, 2022

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

Commits on Aug 21, 2022

  1. Configuration menu
    Copy the full SHA
    c3a9785 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1805c94 View commit details
    Browse the repository at this point in the history
  3. fix edit on github button for cases when filename named as index (#720

    )
    
    * fix edit on github button for cases when filename named as `index`
    
    * fix typecheck
    
    * [docs] ❗️BREAKING ❗️ various theme config options was renamed (#721)
    
    * rename `meta.json` to `_meta.json` (#722)
    
    * BREAKING! various theme config options was renamed
    
    * add new options `toc.component` to override toc component #564
    
    * rename editLink to editLinkText
    
    * add helpful console warnings
    
    * Update packages/nextra-theme-docs/src/contexts/config.tsx
    
    * Update packages/nextra-theme-docs/src/components/footer.tsx
    
    * fix project.link behaviour
    
    * small fix
    
    * fix
    
    * rename `meta.json` to `_meta.json`
    
    * update snapshots
    
    * rename `PageOpts.meta` to `PageOpts.frontMatter` (#723)
    
    * BREAKING! various theme config options was renamed
    
    * add new options `toc.component` to override toc component #564
    
    * rename editLink to editLinkText
    
    * add helpful console warnings
    
    * Update packages/nextra-theme-docs/src/contexts/config.tsx
    
    * Update packages/nextra-theme-docs/src/components/footer.tsx
    
    * fix project.link behaviour
    
    * small fix
    
    * fix
    
    * rename `meta.json` to `_meta.json`
    
    * update snapshots
    
    * rename `PageOpts.meta` to `PageOpts.frontMatter`
    
    * fix swr build
    
    * small fix
    
    * clicking on folder should navigate to first children if `index` page doesn't exist (#724)
    
    * BREAKING! various theme config options was renamed
    
    * add new options `toc.component` to override toc component #564
    
    * rename editLink to editLinkText
    
    * add helpful console warnings
    
    * Update packages/nextra-theme-docs/src/contexts/config.tsx
    
    * Update packages/nextra-theme-docs/src/components/footer.tsx
    
    * fix project.link behaviour
    
    * small fix
    
    * fix
    
    * rename `meta.json` to `_meta.json`
    
    * update snapshots
    
    * rename `PageOpts.meta` to `PageOpts.frontMatter`
    
    * fix swr build
    
    * small fix
    
    * clicking on folder should navigate to first children if `index` page doesn't exist
    
    * apply review changes
    
    * rebase fixes
    Dimitri POSTOLOV authored Aug 21, 2022
    Configuration menu
    Copy the full SHA
    380c362 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Configuration menu
    Copy the full SHA
    81a525f View commit details
    Browse the repository at this point in the history
  2. adjust active breadcrumb color (#725)

    Dimitri POSTOLOV authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    6880848 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

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

Commits on Aug 24, 2022

  1. move withLayout logic directly in nextra loader (#726)

    * adjust active breadcrumb color
    
    * move `withLayout` logic directly in nextra loader
    Dimitri POSTOLOV authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    079393b View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. better loader types, add MetaJsonFile, MdxFile, Folder types, a…

    …dd tests for `next/context` (#731)
    Dimitri POSTOLOV authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    f9c2078 View commit details
    Browse the repository at this point in the history
  2. fix ci

    dimaMachina committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    a27bbb5 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. fix callout shrinking from children content (#746)

    Dimitri POSTOLOV authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    0003761 View commit details
    Browse the repository at this point in the history