This repository has been archived by the owner on Nov 20, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs($session): #784 - document option, start feature page
- Loading branch information
Ray Nicholus
committed
Dec 18, 2013
1 parent
b0cba46
commit 2fe4b4f
Showing
2 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{% extends "_templates/base.html" %} | ||
{% set page_title = "Initialize File List" %} | ||
{% block content %} | ||
{% markdown %} | ||
# Initialize File List {: .page-header } | ||
|
||
### Summary | ||
TODO | ||
|
||
### Use Cases | ||
TODO | ||
|
||
### Fine Uploader UI Support | ||
TODO | ||
|
||
### Fine Uploader Core Support | ||
TODO | ||
|
||
### File Uploader S3 Support | ||
TODO | ||
|
||
### Server | ||
TODO | ||
|
||
{% endmarkdown %} | ||
{% endblock %} |