nextra

Simple, powerful and flexible site generation framework with everything you love from Next.js.

MIT License

Downloads
660.7K
Stars
10.6K
Committers
154

Bot releases are visible (Hide)

nextra - [email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

  • 31c2ee70: fix removeLinks when input node is link
  • 03da778a: fix * theme settings for dynamic routes when route is not exist in
    page map
  • Updated dependencies [03da778a]
nextra - [email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

nextra - [email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

  • 03da778a: fix * theme settings for dynamic routes when route is not exist in
    page map
nextra - [email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

  • 315ca826: remove possible links in toc elements
  • Updated dependencies [a3b67aea]
nextra - [email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

nextra - [email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

  • a3b67aea: _meta should return
    export const getStaticProps = () => ({ notFound: true }) for static exports,
    instead of page without contain
nextra - [email protected]

Published by github-actions[bot] about 1 year ago

Minor Changes

  • 1dcb91a0: export useThemeConfig

Patch Changes

  • 4fb24524: fix invisible mobile menu when layout: "raw" is specified in
    _meta file
  • 7faa0968: fix visible hidden pages on mobile which set up with
    display: 'hidden'
  • Updated dependencies [7faa0968]
nextra - [email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

nextra - [email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

  • 7faa0968: fix visible hidden pages on mobile which set up with
    display: 'hidden'
nextra - [email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

nextra - [email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

nextra - [email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

  • fe5061b7: fix for remote docs
nextra - [email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

  • b045cc3e: fix invisible mobile menu after click on hamburger
  • cb247901: fix broken export default statement in mdx files
  • Updated dependencies [cb247901]
nextra - [email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

  • cb247901: fix broken export default statement in mdx files
  • Updated dependencies [cb247901]
nextra - [email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

  • cb247901: fix broken export default statement in mdx files
nextra - [email protected]

Published by github-actions[bot] about 1 year ago

Major Changes

  • e7e8e849: show react components, variable interpolation and latex in toc

  • c7f03e54: remove toc.headingComponent

  • ea1a7362: remove next-seo and useNextSeoProps, use head option instead

  • 148278ce: rename tailwind prefix nx- to _ to reduce bundle size

  • d7d8a3eb: new styles for code blocks aka in next.js

  • 63ca28be: Remove support of "_meta.json", use "_meta.{js,jsx,ts,tsx}"
    instead.

  • ebe652db: remove sidebar.titleComponent, use JSX for styling separators and
    titles

  • 128e195f: fix React warning, remove PageOpts.toc, use toc prop from
    components.wrapper

  • 63ca28be: remove config.serverSideError

  • 198dbcca: use toc with JSX elements for remote content

  • 191e6c41: - use shikiji instead of shiki

    • rename useSSG to useData
  • 6eb3118f: rename primaryHue and primarySaturation theme options to
    color.hue and color.saturation

  • c7f03e54: rename pageOpts.headings to toc

Minor Changes

  • c77485ec: set default head option as null
  • a52a869e: add frontmatter.sidebar_label support for setting page label in
    sidebar via frontmatter

Patch Changes

  • 7457d6b6: remove git-url-parse to keep bundle smaller
  • Updated dependencies [e7e8e849]
  • Updated dependencies [71882780]
  • Updated dependencies [023d37b1]
  • Updated dependencies [148278ce]
  • Updated dependencies [c7f03e54]
  • Updated dependencies [d7d8a3eb]
  • Updated dependencies [a52a869e]
  • Updated dependencies [63ca28be]
  • Updated dependencies [1f3e7cd4]
  • Updated dependencies [b9f88e34]
  • Updated dependencies [4e55c064]
  • Updated dependencies [128e195f]
  • Updated dependencies [1f3e7cd4]
  • Updated dependencies [198dbcca]
  • Updated dependencies [191e6c41]
  • Updated dependencies [c7f03e54]
nextra - [email protected]

Published by github-actions[bot] about 1 year ago

Major Changes

  • 148278ce: rename tailwind prefix nx- to _ to reduce bundle size

  • d7d8a3eb: new styles for code blocks aka in next.js

  • 128e195f: fix React warning, remove PageOpts.toc, use toc prop from
    components.wrapper

  • 191e6c41: - use shikiji instead of shiki

    • rename useSSG to useData
  • c7f03e54: rename pageOpts.headings to toc

Patch Changes

  • Updated dependencies [e7e8e849]
  • Updated dependencies [71882780]
  • Updated dependencies [023d37b1]
  • Updated dependencies [148278ce]
  • Updated dependencies [c7f03e54]
  • Updated dependencies [d7d8a3eb]
  • Updated dependencies [a52a869e]
  • Updated dependencies [63ca28be]
  • Updated dependencies [1f3e7cd4]
  • Updated dependencies [b9f88e34]
  • Updated dependencies [4e55c064]
  • Updated dependencies [128e195f]
  • Updated dependencies [1f3e7cd4]
  • Updated dependencies [198dbcca]
  • Updated dependencies [191e6c41]
  • Updated dependencies [c7f03e54]
nextra - [email protected]

Published by github-actions[bot] about 1 year ago

Major Changes

  • e7e8e849: show react components, variable interpolation and latex in toc

  • 71882780: - insert frontMatter as export node via custom remark plugin

    • remove frontMatter.mdxOptions support
  • 023d37b1: add "type": "module" to nextra package

  • 148278ce: rename tailwind prefix nx- to _ to reduce bundle size

  • d7d8a3eb: new styles for code blocks aka in next.js

  • 63ca28be: Remove support of "_meta.json", use "_meta.{js,jsx,ts,tsx}"
    instead.

  • b9f88e34: - remove use-internals.ts

    • remove layout.tsx, move directly to setup-page.tsx
    • remove kind: 'Meta' | 'Folder' | 'MdxPage' to keep page map smaller
  • 128e195f: fix React warning, remove PageOpts.toc, use toc prop from
    components.wrapper

  • 1f3e7cd4: - remove __nextraPageOptions.hot

    • remove __nextraPageOptions.pageOptsChecksum
    • remove __nextra_internal__.refreshListeners (no longer needed since we
      insert toc as esm node in remark plugin)
    • remove hashFnv32a
  • 198dbcca: use toc with JSX elements for remote content

  • 191e6c41: - use shikiji instead of shiki

    • rename useSSG to useData
  • c7f03e54: rename pageOpts.headings to toc

Minor Changes

  • c7f03e54: should not add virtual _meta file if missing
  • a52a869e: add frontmatter.sidebar_label support for setting page label in
    sidebar via frontmatter
  • 4e55c064: add support for _meta.{js,jsx,ts,tsx} with JSX support

Patch Changes

  • 1f3e7cd4: fix pageProps for NextraLayout
nextra - [email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

  • ad7b31b0: downgrade remark-math from 6 to 5.1.1 to fix
    TypeError: Cannot read properties of undefined (reading 'mathFlowInside')
    error

    fix support of ``math lang that was overridden by rehype-pretty-code`

  • Updated dependencies [ad7b31b0]

nextra - [email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

  • ad7b31b0: downgrade remark-math from 6 to 5.1.1 to fix
    TypeError: Cannot read properties of undefined (reading 'mathFlowInside')
    error

    fix support of ``math lang that was overridden by rehype-pretty-code`

  • Updated dependencies [ad7b31b0]

Package Rankings
Top 0.8% on Npmjs.org
Top 3.74% on Proxy.golang.org
Related Projects