https://github.com/tenancy/docs
@tenancy documentation markdown files and index.
https://github.com/tenancy/docs
hacktoberfest
Last synced: about 1 year ago
JSON representation
@tenancy documentation markdown files and index.
- Host: GitHub
- URL: https://github.com/tenancy/docs
- Owner: tenancy
- Created: 2018-03-12T12:40:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-26T04:52:57.000Z (about 2 years ago)
- Last Synced: 2024-10-30T05:42:34.980Z (over 1 year ago)
- Topics: hacktoberfest
- Homepage:
- Size: 722 KB
- Stars: 13
- Watchers: 7
- Forks: 95
- Open Issues: 25
-
Metadata Files:
- Readme: readme.md
- Governance: docs/governance/tenancy/code-style.md
Awesome Lists containing this project
README
# Documentation for Laravel Tenancy
These are the source files used on [laravel-tenancy.com](https://laravel-tenancy.com).
These files use YAML frontmatter, which means a docs files can have a YAML based meta section
followed by a CommonMark markdown string.
```md
---
title: Some title
tags:
- important
---
Welcome to code and other **markdown**.
```
The docs are all categorized based on their packages and versions. Currently the docs supports
`hyn/multi-tenant` and the upcoming `tenancy/tenancy` packages.
In order to create a navigation element, the tree of these documentations are specified in the meta
file [docs.yaml](docs.yaml).