Skip to content

Add documentation for browsable template customisation #89

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 24, 2018
Merged

Add documentation for browsable template customisation #89

merged 2 commits into from
Jan 24, 2018

Conversation

rainulf
Copy link
Contributor

@rainulf rainulf commented Jan 24, 2018

Resolve #63 and resolve #45

@@ -0,0 +1,23 @@
# Templates

Flask API utilizes [blueprints](http://flask.pocoo.org/docs/0.12/blueprints/) for managing browsable pages' template path.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that "0.12" should simply be "latest" so that it will redirect automatically.


Flask API utilizes [blueprints](http://flask.pocoo.org/docs/0.12/blueprints/) for managing browsable pages' template path.

Off the box, it includes a default template. But you would want to customised this for your needs.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"you would want to customised" => "you may want to customize"

Copy link
Member

@jacebrowning jacebrowning left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Just a few minor changes to make.

@rainulf
Copy link
Contributor Author

rainulf commented Jan 24, 2018

Done!

@jacebrowning jacebrowning merged commit 13da426 into flask-api:develop Jan 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Configuration for change TITLE Document how to customize the API theme
2 participants