Skip to content

Commit 0914e31

Browse files
committed
last group
1 parent 89ecdcb commit 0914e31

File tree

5 files changed

+7
-13
lines changed

5 files changed

+7
-13
lines changed

src/getting-started/02-simple-install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,8 @@ Segment::identify(array(
308308
<br>
309309
This identifies Michael by his unique User ID (in this case, `f4ca124298`, which is what you know him by in your database) and labels him with `name` and `email` traits.
310310

311-
> note ""
312-
> **Note:** When you actually put that code on your site, you need to replace those hard-coded trait values with the variables that represent the details of the currently logged-in user. The easiest way in PHP is to keep a `$user` variable in memory.
311+
> info ""
312+
> When you actually put that code on your site, you need to replace those hard-coded trait values with the variables that represent the details of the currently logged-in user. The easiest way in PHP is to keep a `$user` variable in memory.
313313
314314
```php
315315
Segment::identify(array(

src/getting-started/05-data-to-destinations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Warehouses are a special type of destination which receive streaming data from y
4848
> success ""
4949
> All customers can connect a data warehouse to Segment. Free and Team customers can connect one warehouse, while Business customers can connect as many as needed.
5050
51-
You should spend a bit of time [considering the benefits and tradeoffs of the warehouse options](https://segment.com/academy/choosing-stack/how-to-choose-the-right-data-warehouse/), and then choose one from our [warehouse catalog](/docs/connections/storage/catalog/).
51+
You should spend a bit of time [considering the benefits and tradeoffs of the warehouse options](https://segment.com/academy/choosing-stack/how-to-choose-the-right-data-warehouse/), and then choose one from Segment's [warehouse catalog](/docs/connections/storage/catalog/).
5252

5353
When you choose a warehouse, you can then use the steps in the documentation to connect it. This may require that you create a new dedicated user (or "service user") to allow Segment to access the database.
5454

src/guides/intro-admin.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ You don't have to be a developer to be a Workspace administrator for an organiza
2222

2323
However, many Workspace admins are also involved in the Segment implementation process as there are usually some tasks that must be performed in the Workspace to complete an implementation. If you think you might develop a Segment implementation or help out other developers, first read [Segment for developers](/docs/guides/intro-impl/).
2424

25-
> success ""
26-
> Workspace roles are only available to Business Tier customers. If you're on a Free or Team plan, all workspace members are granted workspace administrator access.
27-
2825
In addition, Workspace administrators set up and maintain the organization's [workspace settings](https://app.segment.com/goto-my-workspace/settings/), which include:
2926
- Billing information and billing contacts
3027
- Incident contacts - the people who get notified in the event of an outage or incident

src/unify/identity-resolution/space-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ If you haven't already, Segment highly recommends labeling all your sources with
1818

1919
[](images/connection-policy.png)
2020

21-
> note ""
22-
> **Note:** The Identity Resolution table can only be edited by workspace owners and users with the Identity Admin role.
21+
> info ""
22+
> The Identity Resolution table can only be edited by Workspace Owners and users with the Identity Admin role.
2323
2424
## Step four: Connect sources and create test audiences
2525

src/utils/formatguide.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -239,11 +239,8 @@ console.log('example');
239239

240240
## Notes
241241

242-
> note ""
243-
> **NOTE:** Our [browser and mobile libraries](https://segment.com) **automatically** use Anonymous IDs under the covers to keep track of users as they navigate around your website or app, so you don't need to worry about them when using those libraries.
244-
245-
> note "Server-side tracking"
246-
> Server-side data management is when tag sends data into your web server, then your web server passes that data to the destination system/server. [Find out more](https://segment.com)
242+
> note "Note deprecated"
243+
> Please use an info message instead for information that is useful, but doesn't require immediate action.
247244
248245
---
249246

0 commit comments

Comments
 (0)