Skip to content

Commit c450e17

Browse files
committed
integrated existing github docs w readme docs
1 parent 9fdd271 commit c450e17

File tree

4 files changed

+7
-10
lines changed

4 files changed

+7
-10
lines changed

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,8 @@ a highly available and distributed web application.
66

77
Optimizely Full Stack is A/B testing and feature flag management for product development teams. Experiment in any application. Make every feature on your roadmap an opportunity to learn. Learn more at https://www.optimizely.com/platform/full-stack/, or see the [documentation](https://docs.developers.optimizely.com/full-stack/docs).
88

9-
Optimizely Rollouts is free feature flags for development teams. Easily roll out and roll back features in any application without code deploys. Mitigate risk for every feature on your roadmap. Learn more at https://www.optimizely.com/rollouts/, or see the [documentation](https://docs.developers.optimizely.com/rollouts/docs).
10-
119
## Getting Started
12-
To get started with Optimizely Agent, follow the [getting started guide](./docs/getting-started.md) and view example
13-
usage in our [examples folder](./examples).
10+
To get started with Optimizely Agent, follow the [Quickstart guide](https://docs.developers.optimizely.com/full-stack/docs/) and view example usage in our [examples folder](./examples).
1411

1512
## Prerequisites
1613
Optimizely Agent is implemented in [Golang](https://golang.org/). Golang version 1.13+ is required for developing and compiling from source.
@@ -275,10 +272,10 @@ go tool pprof http://localhost:6060/debug/pprof/mutex
275272
To view all available profiles can be found at [http://localhost:8088/debug/pprof/](http://localhost:8088/debug/pprof/) in your browser.
276273

277274
## Authorization
278-
Optimizely Agent supports authorization workflows based on OAuth and JWT standards, allowing you to protect access to its API and Admin interfaces. For details, see the [Authorization Guide](./docs/auth.md).
275+
Optimizely Agent supports authorization workflows based on OAuth and JWT standards, allowing you to protect access to its API and Admin interfaces. For details, see [Authorization Guide](https://docs.developers.optimizely.com/full-stack/docs/authorization).
279276

280277
## Notifications
281-
Just as you can use Notification Listeners to subscribe to events of interest with Optimizely SDKs, you can use the Notifications endpoint to subscribe to events in Agent. For more information, see the [Notifications Guide](./docs/notifications.md).
278+
Just as you can use Notification Listeners to subscribe to events of interest with Optimizely SDKs, you can use the Notifications endpoint to subscribe to events in Agent. For more information, see the [Notifications Guide](https://docs.developers.optimizely.com/full-stack/docs/agent-notifications).
282279

283280
## Package Structure
284281
Following best practice for go project layout as defined [here](https://github.com/golang-standards/project-layout)
@@ -353,7 +350,7 @@ License (MIT): github.com/stretchr/testify
353350
net
354351
(c) 2009 The Go Authors
355352
License (BSD 3-Clause): https://github.com/golang/net
356-
353+
357354
sync
358355
(c) 2009 The Go Authors
359356
License (BSD 3-Clause): https://github.com/golang/sync
@@ -365,7 +362,7 @@ License (Apache 2): github.com/rakyll/statik v0.1.7
365362
sys
366363
(c) 2009 The Go Authors
367364
License (BSD 3-Clause): https://github.com/golang/sys
368-
365+
369366
## Apache Copyright Notice
370367
Copyright 2019-present, Optimizely, Inc. and contributors
371368

docs/readme-sync/deploy-as-a-microservice/020 - setup-optimizely-agent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: "Set up Optimizely Agent"
2+
title: "Install Optimizely Agent"
33
excerpt: ""
44
slug: "setup-optimizely-agent"
55
hidden: false
66
metadata:
7-
title: "Getting started with Agent - Optimizely Full Stack"
7+
title: "Install Agent - Optimizely Full Stack"
88
createdAt: "2020-02-21T17:44:27.363Z"
99
updatedAt: "2020-03-31T23:54:17.841Z"
1010
---

0 commit comments

Comments
 (0)