1.0.45 • Published 9 months ago

@confluenza/confluenza v1.0.45

Weekly downloads
25
License
MIT
Repository
-
Last release
9 months ago

@confluenza/confluenza

@confluenza/confluenza conveniently adds browsable markdown documentation capability to your gatsby site.

This package exposes only one React component: DocumentationLayout. This component is used by the @confluenza/gatsby-theme-confluenza theme in order to render navigation menu (see workspaces/gatsby-theme-confluenza/src/layouts/ConfluenzaDocumentationLayout.js):

import { DocumentationLayout } from '@confluenza/confluenza'

const confluenzaQuery = graphql`...`

const ConfluenzaDocumentationLayout = ({ children, location }) => {
  return (
    <StaticQuery
      query={confluenzaQuery}
      render={data => {
        return (
          <DocumentationLayout location={location} data={data} rhythm={rhythm}>
            { children }
          </DocumentationLayout>
        )
      }}
    />
  )
}

export { ConfluenzaDocumentationLayout }

Using in monorepos

When using in a monorepo @confluenza/gatsby-theme-confluenza assumes that all your workspaces are placed under either workspaces or packages directory.

1.0.45

9 months ago

1.0.44

1 year ago

1.0.43

1 year ago

1.0.42

1 year ago

1.0.41

2 years ago

1.0.40

2 years ago

1.0.39

2 years ago

1.0.38

2 years ago

1.0.33

2 years ago

1.0.37

2 years ago

1.0.36

2 years ago

1.0.35

2 years ago

1.0.34

2 years ago

1.0.32

2 years ago

1.0.31

2 years ago

1.0.30

2 years ago

1.0.29

3 years ago

1.0.28

3 years ago

1.0.27

3 years ago

1.0.26

3 years ago

1.0.25

3 years ago

1.0.24

3 years ago

1.0.23

3 years ago

1.0.22

4 years ago

1.0.21

4 years ago

1.0.20

4 years ago

1.0.19

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago