mirror of
https://github.com/wassname/talk.git
synced 2026-07-07 09:21:11 +08:00
Jekyll Initial Commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
tip: '<div class="alert alert-success" role="alert"><i class="fa fa-check-square-o"></i> <b>Tip: </b>'
|
||||
note: '<div class="alert alert-info" role="alert"><i class="fa fa-info-circle"></i> <b>Note: </b>'
|
||||
important: '<div class="alert alert-warning" role="alert"><i class="fa fa-warning"></i> <b>Important: </b>'
|
||||
warning: '<div class="alert alert-danger" role="alert"><i class="fa fa-exclamation-circle"></i> <b>Warning: </b>'
|
||||
end: '</div>'
|
||||
|
||||
callout_danger: '<div class="bs-callout bs-callout-danger">'
|
||||
callout_default: '<div class="bs-callout bs-callout-default">'
|
||||
callout_primary: '<div class="bs-callout bs-callout-primary">'
|
||||
callout_success: '<div class="bs-callout bs-callout-success">'
|
||||
callout_info: '<div class="bs-callout bs-callout-info">'
|
||||
callout_warning: '<div class="bs-callout bs-callout-warning">'
|
||||
|
||||
hr_faded: '<hr class="faded"/>'
|
||||
hr_shaded: '<hr class="shaded"/>'
|
||||
@@ -0,0 +1,42 @@
|
||||
# This is your sidebar TOC. The sidebar code loops through sections here and provides the appropriate formatting.
|
||||
|
||||
entries:
|
||||
- title: Sidebar
|
||||
levels: one
|
||||
folders:
|
||||
|
||||
- title: Quickstart
|
||||
output: web
|
||||
folderitems:
|
||||
- title: About
|
||||
url: /index.html
|
||||
output: web
|
||||
|
||||
- title: Installation
|
||||
output: web
|
||||
folderitems:
|
||||
- title: Configuration
|
||||
output: web
|
||||
url: /configuration.html
|
||||
- title: Source
|
||||
url: /install-source.html
|
||||
output: web
|
||||
- title: Docker
|
||||
url: /install-docker.html
|
||||
output: web
|
||||
- title: Setup
|
||||
url: /install-setup.html
|
||||
output: web
|
||||
|
||||
- title: Plugins
|
||||
output: web
|
||||
folderitems:
|
||||
- title: Client API
|
||||
url: /plugins-client.html
|
||||
output: web
|
||||
- title: Server API
|
||||
url: /plugins-server.html
|
||||
output: web
|
||||
- title: Experimental
|
||||
url: /plugins-experimental.html
|
||||
output: web
|
||||
@@ -0,0 +1,4 @@
|
||||
allowed-tags:
|
||||
- installation
|
||||
- plugins
|
||||
- development
|
||||
@@ -0,0 +1,15 @@
|
||||
## Topnav single links
|
||||
## if you want to list an external url, use external_url instead of url. the theme will apply a different link base.
|
||||
topnav:
|
||||
- title: Topnav
|
||||
items:
|
||||
- title: Github
|
||||
external_url: https://github.com/coralproject
|
||||
- title: The Coral Project
|
||||
external_url: https://coralproject.net
|
||||
- title: CircleCI
|
||||
external_url: https://circleci.com/gh/coralproject/talk
|
||||
- title: Docker
|
||||
external_url: https://hub.docker.com/r/coralproject/talk/
|
||||
- title: Roadmap
|
||||
external_url: https://www.pivotaltracker.com/n/projects/1863625
|
||||
Reference in New Issue
Block a user