Skip to content

Commit

Permalink
Task: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jairojair committed Sep 20, 2018
1 parent 7ff669e commit aa16d6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

Feature flags give a software organization the power to reduce risk, iterate quicker, and gain more control. Feature flags allow you to decouple feature rollout from code deployment. This separation allows you unprecedented control of who sees what when, independent of release. And the “you” can be anyone in your organization – from developers, ops, designers, product managers, or marketers. Allowing control over a release unlocks the true power of your software.

![Example](assets/img/example.png)
![Example](assets/images/example.png)


The main goal for this project is create a simple and open source application for managing your features in production.
Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
site_name: 'Featuren'
site_description: 'A simple application for managing your features in production.'
site_url: http://jairojair.com/featuren/
site_url: 'http://jairojair.com/featuren/'

repo_name: 'jairojair/featuren'
repo_url: 'https://github.com/jairojair/featuren'
Expand All @@ -14,7 +14,7 @@ theme:
accent: 'green'

extra_css:
- '/assets/stylesheets/extra.css'
- '../assets/stylesheets/extra.css'

# Extensions
markdown_extensions:
Expand Down

0 comments on commit aa16d6c

Please sign in to comment.