mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
feat: add ui-bootstrap endpoint (#790)
* feat: add ui-bootstrap endpoint - Reducing calls needed for frontend to 1 instead of the current 6 fixes: #789
This commit is contained in:
parent
03df9f5199
commit
4b65c44116
@ -4,9 +4,9 @@
|
||||
|
||||
Unleash is a open source feature flag & toggle system, that gives you a great overview over all feature toggles across all your applications and services. It comes with official client implementations for Java, Node.js, Go, Ruby, Python and .NET Core.
|
||||
|
||||
## Unleash-enterprise [:link:](https://www.unleash-hosted.com/open-source)
|
||||
## Unleash-enterprise [:link:](https://www.unleash-hosted.com/pricing)
|
||||
|
||||
Unleash is also available in an enterprise edition, which builds on top of the open-source version, with additional features. Go to [unleash-hosted.com](https://www.unleash-hosted.com/open-source) to learn more about the enterprise offering.
|
||||
Unleash is also available in an enterprise edition, which builds on top of the open-source version, with additional features. Go to [unleash-hosted.com](https://www.unleash-hosted.com/pricing) to learn more about the enterprise offering.
|
||||
|
||||
## What is a feature toggle?
|
||||
|
||||
@ -85,7 +85,7 @@ We have made a separate project which runs Unleash inside docker. Please see [un
|
||||
|
||||
After numerous request we have created a separate company, Unleash-hosted, which offer Unleash as a Service. Unleash-hosted allows you to focus on you core business and have someone else taking care of hosting and maintaining Unleash.
|
||||
|
||||
Go to [unleash-hosted.com](https://www.unleash-hosted.com/open-source) to learn more about this offering and start using Unleash today. This service also includes official support.
|
||||
Go to [unleash-hosted.com](https://www.unleash-hosted.com/pricing) to learn more about this offering and start using Unleash today. This service also includes official support.
|
||||
|
||||
# Developer Guide
|
||||
|
||||
|
@ -8,5 +8,5 @@ exports.up = function(db, cb) {
|
||||
};
|
||||
|
||||
exports.down = function(db, cb) {
|
||||
db.runSql(``, cb);
|
||||
db.runSql('', cb);
|
||||
};
|
||||
|
@ -185,7 +185,7 @@ const SASSOffering = () => (
|
||||
<p className="alert alert-primary">
|
||||
Unleash also comes in a enterprise edition with additional features and a hosted option. <br />
|
||||
Check out
|
||||
<a href="https://www.unleash-hosted.com/open-source">unleash-hosted.com</a>
|
||||
<a href="https://www.unleash-hosted.com/pricing">unleash-hosted.com</a>
|
||||
</p>
|
||||
</div>
|
||||
);
|
||||
|
@ -77,7 +77,7 @@ const siteConfig = {
|
||||
{ doc: 'integrations/integrations', label: 'Integrations' },
|
||||
{ doc: 'developer_guide', label: 'Contribute' },
|
||||
{ doc: 'api/client/features', label: 'API' },
|
||||
{ href: 'https://www.unleash-hosted.com/open-source', label: 'Enterprise' },
|
||||
{ href: 'https://www.unleash-hosted.com/pricing', label: 'Enterprise' },
|
||||
{ page: 'help', label: 'Help' },
|
||||
// {blog: true, label: 'Blog'},
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user