From aaadb5e9b6dab7fd11e77ece3f0a42f89af12d9e Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Tue, 30 Jul 2024 15:21:45 +0200 Subject: [PATCH] Create 0.index.md --- docs/content/0.index.md | 75 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 docs/content/0.index.md diff --git a/docs/content/0.index.md b/docs/content/0.index.md new file mode 100644 index 0000000..06f2f18 --- /dev/null +++ b/docs/content/0.index.md @@ -0,0 +1,75 @@ +--- +title: Home +navigation: false +layout: page +main: + fluid: false +--- + +:ellipsis{right=0px width=75% blur=150px} + +::block-hero +--- +cta: + - Get started + - /introduction/getting-started +secondary: + - Star on GitHub → + - https://github.com/gnmyt/LicenseAPI/stargazers +--- + +#title +A free, self-hosted licensing system for your software + +#description +LicenseAPI allows you to generate licenses for your software and validate them. It is built with security in mind and is easy to use. + +#extra + ::list + - Permission System + - Group Management + - Assign Metadata to Licenses + - Offline License Validation + - Collaborate with your team + - Integrate using the REST API or SDKs + :: + +#support + ::terminal + --- + content: + - curl -sSL https://get.docker.com | sh + - wget https://raw.githubusercontent.com/gnmyt/LicenseAPI/main/docker-compose.yml + - docker compose up -d + --- + :: +:: + +::card-grid +#title +Features + +#root +:ellipsis{left=0px width=40rem top=10rem blur=140px} + +#default + ::card{icon=noto:package} + #title + License Generation + #description + Generate licenses for your software with ease. LicenseAPI allows you to assign permissions and metadata to licenses. + :: + + ::card{icon=noto:shield} + #title + Permission System + #description + LicenseAPI comes with a built-in permission system that allows you to assign permissions to licenses. + :: + + ::card{icon=noto:busts-in-silhouette} + #title + Group Management + #description + Groups allow you to assign multiple permissions to a license. This makes it easier to manage your licenses. + :: \ No newline at end of file