Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding to MD docs Yaml meta settings #137

Merged
merged 1 commit into from
Oct 12, 2017

Conversation

EvanLovely
Copy link
Member

@EvanLovely EvanLovely commented Oct 12, 2017

If you have button.twig and button.md, these settings are now added: hidden, and noviewall. That makes it so these are all that can be used:

---
title: My cool button
state: inprogress
hidden: true
noviewall: true
---

Notes and description in *markdown*.
  • hidden - same as renaming file to _button.twig, which hides it from views all and menu. Docs here
  • noviewall - same as renaming file to -button.twig, which hides from views alls but not menu.

These settings have been added as well:

  • order - Spec approved and implemented in Node version
  • tags - Spec not approved, but name is and is set in Node version and not used as well
  • links - Spec not approved, but name is and is set in Node version and not used as well

@EvanLovely
Copy link
Member Author

Released in v2.8.4

@EvanLovely EvanLovely deleted the feature/doc-config-improvements branch October 23, 2017 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant