Browse Source

fix: correct title and description, add navigation

build/deps-updates
Friedger Müffke 4 years ago
committed by Alexander Graebe
parent
commit
36cc24653f
  1. 9
      src/common/navigation.yaml
  2. 5
      src/pages/references/language-clarity-functions.md
  3. 4
      src/pages/references/language-clarity-keywords.md
  4. 4
      src/pages/references/language-clarity-types.md
  5. 2
      src/pages/references/language-clarity.md

9
src/common/navigation.yaml

@ -109,7 +109,6 @@ sections:
usePageTitles: true
pages:
- path: /blockstack-cli
- path: /language-clarity
- path: /stacking-contract
- path: /stacks-blockchain-api
- external:
@ -118,6 +117,14 @@ sections:
- path: /faqs
- path: /glossary
- path: /deploy-tips
sections:
- title: Clarity Language
usePageTitles: true
pages:
- path: /language-clarity
- path: /language-clarity-types
- path: /language-clarity-keywords
- path: /language-clarity-functions
- title: Ecosystem
pages:
- path: /overview #pbc et al

5
src/pages/references/language-clarity-functions.md

@ -1,8 +1,9 @@
---
title: Clarity Language
description: See a detailed list of all keywords and functions for the Clarity language.
title: Clarity Functions
description: See a detailed list of all functions for the Clarity language.
---
export { convertClarityRefToMdx as getStaticProps } from '@common/data/clarity-ref'
import { ClarityFunctionReference } from '@components/clarity-ref'
## Function reference

4
src/pages/references/language-clarity-keywords.md

@ -1,6 +1,6 @@
---
title: Clarity Language
description: See a detailed list of all keywords and functions for the Clarity language.
title: Clarity Keywords
description: See a detailed list of all keywords for the Clarity language.
---
export { convertClarityRefToMdx as getStaticProps } from '@common/data/clarity-ref'

4
src/pages/references/language-clarity-types.md

@ -1,6 +1,6 @@
---
title: Clarity Language
description: See a detailed list of all keywords and functions for the Clarity language.
title: Clarity Types
description: See a detailed list of all types for the Clarity language.
---
## Clarity Type System

2
src/pages/references/language-clarity.md

@ -1,6 +1,6 @@
---
title: Clarity Language
description: See a detailed list of all keywords and functions for the Clarity language.
description: Overview of the Clarity language constructs.
---
export { convertClarityRefToMdx as getStaticProps } from '@common/data/clarity-ref'

Loading…
Cancel
Save