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

Merged
merged 8 commits into from
Feb 9, 2025
Merged

Integrate licensing #979

merged 8 commits into from
Feb 9, 2025

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

@QuazChick QuazChick marked this pull request as draft February 8, 2025 13:47
@QuazChick QuazChick marked this pull request as ready for review February 9, 2025 13:37
@QuazChick QuazChick merged commit 0de02c2 into wiki Feb 9, 2025
1 check passed
@QuazChick QuazChick deleted the licensing branch February 9, 2025 16:58
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