https://github.com/dynamsoft-docs/license-server-docs
https://github.com/dynamsoft-docs/license-server-docs
docs license-2
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dynamsoft-docs/license-server-docs
- Owner: dynamsoft-docs
- Created: 2020-10-29T01:15:30.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-12-23T03:16:17.000Z (2 months ago)
- Last Synced: 2025-12-24T16:35:39.976Z (2 months ago)
- Topics: docs, license-2
- Language: HTML
- Homepage:
- Size: 5.65 MB
- Stars: 1
- Watchers: 4
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docs-Template-Repo
## Configuration Files
The following are some configuration files you may need to change:
- [_config.yml](_config.yml)
- [_layouts/default-layout.html](_layouts/default-layout.html)
- [_includes/liquid_breadcrumb.html](_includes/liquid_breadcrumb.html)
Please follow the explanation to replace the information with your product.
## Front Matter
You can use the front matter to change the value of page varibales or define your own custom varibales. Detailed information can be found in [Jekyll Documentation](https://jekyllrb.com/docs/front-matter/).
Here is a basic example:
```
---
layout: defalut-layout
title: Homepage
keywords: homepage, doc
description: This page is the site homepage.
---
```
- layout: define the layout used for this page.
- title/keywords/description: for SEO, will be auto-generated as SEO tag in published site.
There are three other custom variables we use in the template site:
- breadcrumbText: use to define the text shown at breadcrumb navigation, only valid for index pages.
- needAutoGenerateSidebar: use to define whether generating in-this-article content.
- needGenerateH3Content: use to define whether containing `
` header in in-this-article content.
## URL
https://www.dynamsoft.com/license-server/docs/about/index.html