1.0.45 • Published 2 years ago

@confluenza/confluenza v1.0.45

Weekly downloads
25
License
MIT
Repository
-
Last release
2 years 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

2 years ago

1.0.44

3 years ago

1.0.43

3 years ago

1.0.42

3 years ago

1.0.41

3 years ago

1.0.40

3 years ago

1.0.39

3 years ago

1.0.38

3 years ago

1.0.33

3 years ago

1.0.37

3 years ago

1.0.36

3 years ago

1.0.35

3 years ago

1.0.34

3 years ago

1.0.32

4 years ago

1.0.31

4 years ago

1.0.30

4 years ago

1.0.29

4 years ago

1.0.28

4 years ago

1.0.27

4 years ago

1.0.26

4 years ago

1.0.25

5 years ago

1.0.24

5 years ago

1.0.23

5 years ago

1.0.22

5 years ago

1.0.21

5 years ago

1.0.20

5 years ago

1.0.19

5 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago