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

Integrate licensing #979

Open
wants to merge 1 commit into
base: wiki
Choose a base branch
from
Open

Integrate licensing #979

wants to merge 1 commit into from

Conversation

QuazChick
Copy link
Collaborator

Allows pages to be licensed, with the option to provide separate licensing for code samples.

Licensing is achieved through the optional license frontmatter parameter in pages. It can be specified as a string or object:

license: CC-BY-4.0
license:
    main: CC-BY-4.0
    code: MIT

Each license ID refers to a page at docs/licenses/<ID>.md. These pages must include a source frontmatter parameter to link to the original website that the license text was copied from.

Full Example

---
title: License Test
license:
    main: CC-BY-4.0
    code: MIT
mentions:
    - QuazChick
---

This is a test.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant