Skip to content

Commit

Permalink
CORE-4739 add docs to netlify (#1040) (#1041)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekachxaidze98 authored Dec 15, 2023
1 parent a529e29 commit a75681c
Showing 1 changed file with 71 additions and 0 deletions.
71 changes: 71 additions & 0 deletions netlify-cms.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1274,3 +1274,74 @@ collections:
widget: text
label: Description dashboard
hint: Description for Dashboard

- name: docs-dataProvider

media_folder: '/images/docs-membership'

create: false
delete: false

label: 📘 Data Provider’s Guide
label_singular: section
description: >
CORE Data Provider’s Guide
files:
- name: meta
label: ℹ️ Metadata (title, description, headline)
file: docs-dataProvider/meta.yml
fields:
- name: title
widget: string
label: Title
hint: >
Displayed in the browser as a tab name and in Google, when
the page appears in the search results.
- name: tagline
widget: text
label: Description
hint: >
Description of the page, not visible on the page but will be shown
in search engines when the page appers in results. Important
to have good performance in search engines.
- name: Provider documentation
label: Provider Documentation
file: docs-dataProvider/dataProviderDocs.yml
fields:
- name: items
widget: list
label: Items
allow_add: true
hint: >
Anchor links to the page content. Must to equal block name.
fields:
- name: id
widget: string
label: ID
hint: id of the block. Must match anchor link url
- name: title
widget: string
label: Title
hint: Title of the links block
- name: images
widget: list
label: Images list
hint: Images bottom description.
allow_add: true
fields:
- name: file
widget: image
label: File
hint: Image in description
- name: descriptionAbout
widget: text
label: Description about
hint: Description for About
- name: subTitle
widget: string
label: subTitle
hint: subTitle of the images
- name: subDescription
widget: text
label: Sub Description dashboard
hint: Sub Description for Dashboard

0 comments on commit a75681c

Please sign in to comment.