Skip to content

Commit

Permalink
merge staging into boxdemo branch
Browse files Browse the repository at this point in the history
  • Loading branch information
shurrey committed Sep 5, 2023
2 parents fa238a2 + d868ddc commit bdfcf13
Show file tree
Hide file tree
Showing 15 changed files with 309 additions and 30 deletions.
5 changes: 2 additions & 3 deletions content/guides/authentication/jwt/as-user.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,8 @@ meaning either an Admin or Co-Admin. See our guide on
[User Types](g://getting-started/user-types) for more details.

<Message>
You cannot use the `user_id` of
[Service Accounts](g://getting-started/user-types/service-account)
in the as-user header.
You cannot use the `user_id` of [Service Accounts]
(g://getting-started/user-types/service-account) in the as-user header.
</Message>

## as-user using SDKs
Expand Down
8 changes: 4 additions & 4 deletions content/guides/box-sign/create-sign-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ document/[signing log][log], and signers.

Preparing a document prior to sending a Box Sign request allows developers to
add date, text, checkbox, and/or signature placeholders for signers. This can be
done with UI or [tags][tags] directly in the document. If this is not done,
done via a UI or [tags][tags] directly in the document. If this is not done,
signers receive an unprepared document and can place signatures and fields at
their own discretion. However, developers can leverage controls in the request
that allow them to turn features for the unprepared document on and off.
that allow them to turn on and off features for the unprepared document.

Setting `is_document_preparation_needed` to `true` provides a `prepare_url` in
the response. Visiting this link in your browser allows you to complete document
preparation and send the request in the UI.
preparation and send the request via UI.

To learn more about document tags, please see our [support article][tags].

<Message type='warning'>
Prefill tags created in a template with the Box web app cannot be accessed from
Prefill tags created in a template via the Box web app cannot be accessed from
the API.
</Message>

Expand Down
8 changes: 4 additions & 4 deletions content/guides/box-sign/sign-templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ rank: 2

# Create Sign Request with Sign Template

The Sign Request API allows you to use a predefined Box Sign
The Sign Request API allows you use a predefined Box Sign
template when creating a sign request.
The template includes placeholders
that are automatically populated with data
when creating the request.

## Create Template

Start with creating a Box Sign template
that includes `text`, `date`,
and `signature` fields you will need for
Start with creating a Box Sign template that
Make sure your template uses a `text`, `date`,
and `signature` fields that you will need for
you request.

See the [template guides][docuprep] guide
Expand Down
36 changes: 17 additions & 19 deletions content/guides/embed/ui-elements/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,21 @@ All the UI elements are also available directly from the Box CDN.

| Element | Version | File |
| ---------------------------------------------------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Content Explorer](g://embed/ui-elements/explorer) | `17.1.0` | CSS [`https://cdn01.boxcdn.net/platform/elements/17.1.0/en-US/explorer.css`](https://cdn01.boxcdn.net/platform/elements/17.1.0/en-US/explorer.css) |
| | | JS with React [`https://cdn01.boxcdn.net/platform/elements/17.1.0/en-US/explorer.js`](https://cdn01.boxcdn.net/platform/elements/17.1.0/en-US/explorer.js) |
| | | JS without React [`https://cdn01.boxcdn.net/platform/elements/17.1.0/en-US/explorer.no.react.js`](https://cdn01.boxcdn.net/platform/elements/17.1.0/en-US/explorer.no.react.js) |
| [Content Open With](g://embed/ui-elements/open-with) | `17.1.0` | CSS [`https://cdn01.boxcdn.net/platform/elements/17.1.0/en-US/openwith.css`](https://cdn01.boxcdn.net/platform/elements/17.1.0/en-US/openwith.css) |
| | | JS with React [`https://cdn01.boxcdn.net/platform/elements/17.1.0/en-US/openwith.js`](https://cdn01.boxcdn.net/platform/elements/17.1.0/en-US/openwith.js) |
| | | JS without React [`https://cdn01.boxcdn.net/platform/elements/17.1.0/en-US/openwith.no.react.js`](https://cdn01.boxcdn.net/platform/elements/17.1.0/en-US/openwith.no.react.js) |
| [Content Picker](g://embed/ui-elements/picker) | `17.1.0` | CSS [`https://cdn01.boxcdn.net/platform/elements/17.1.0/en-US/picker.css`](https://cdn01.boxcdn.net/platform/elements/17.1.0/en-US/picker.css) |
| | | JS with React [`https://cdn01.boxcdn.net/platform/elements/17.1.0/en-US/picker.js`](https://cdn01.boxcdn.net/platform/elements/17.1.0/en-US/picker.js) |
| | | JS without React [`https://cdn01.boxcdn.net/platform/elements/17.1.0/en-US/picker.no.react.js`](https://cdn01.boxcdn.net/platform/elements/17.1.0/en-US/picker.no.react.js) |
| [Content Sidebar](g://embed/ui-elements/sidebar) | `17.1.0` | CSS [`https://cdn01.boxcdn.net/platform/elements/17.1.0/en-US/sidebar.css`](https://cdn01.boxcdn.net/platform/elements/17.1.0/en-US/sidebar.css) |
| | | JS with React [`https://cdn01.boxcdn.net/platform/elements/17.1.0/en-US/sidebar.js`](https://cdn01.boxcdn.net/platform/elements/17.1.0/en-US/sidebar.js) |
| | | JS without React [`https://cdn01.boxcdn.net/platform/elements/17.1.0/en-US/sidebar.no.react.js`](https://cdn01.boxcdn.net/platform/elements/17.1.0/en-US/sidebar.no.react.js) |
| [Content Uploader](g://embed/ui-elements/uploader) | `17.1.0` | CSS [`https://cdn01.boxcdn.net/platform/elements/17.1.0/en-US/uploader.css`](https://cdn01.boxcdn.net/platform/elements/17.1.0/en-US/uploader.css) |
| | | JS with React [`https://cdn01.boxcdn.net/platform/elements/17.1.0/en-US/uploader.js`](https://cdn01.boxcdn.net/platform/elements/17.1.0/en-US/uploader.js) |
| | | JS without React [`https://cdn01.boxcdn.net/platform/elements/17.1.0/en-US/uploader.no.react.js`](https://cdn01.boxcdn.net/platform/elements/17.1.0/en-US/uploader.no.react.js) |
| [Content Explorer](g://embed/ui-elements/explorer) | `18.0.0` | CSS [`https://cdn01.boxcdn.net/platform/elements/18.0.0/en-US/explorer.css`](https://cdn01.boxcdn.net/platform/elements/18.0.0/en-US/explorer.css) |
| | | JS with React [`https://cdn01.boxcdn.net/platform/elements/18.0.0/en-US/explorer.js`](https://cdn01.boxcdn.net/platform/elements/18.0.0/en-US/explorer.js) |
| | | JS without React [`https://cdn01.boxcdn.net/platform/elements/18.0.0/en-US/explorer.no.react.js`](https://cdn01.boxcdn.net/platform/elements/18.0.0/en-US/explorer.no.react.js) |
| [Content Open With](g://embed/ui-elements/open-with) | `18.0.0` | CSS [`https://cdn01.boxcdn.net/platform/elements/18.0.0/en-US/openwith.css`](https://cdn01.boxcdn.net/platform/elements/18.0.0/en-US/openwith.css) |
| | | JS with React [`https://cdn01.boxcdn.net/platform/elements/18.0.0/en-US/openwith.js`](https://cdn01.boxcdn.net/platform/elements/18.0.0/en-US/openwith.js) |
| | | JS without React [`https://cdn01.boxcdn.net/platform/elements/18.0.0/en-US/openwith.no.react.js`](https://cdn01.boxcdn.net/platform/elements/18.0.0/en-US/openwith.no.react.js) |
| [Content Picker](g://embed/ui-elements/picker) | `18.0.0` | CSS [`https://cdn01.boxcdn.net/platform/elements/18.0.0/en-US/picker.css`](https://cdn01.boxcdn.net/platform/elements/18.0.0/en-US/picker.css) |
| | | JS with React [`https://cdn01.boxcdn.net/platform/elements/18.0.0/en-US/picker.js`](https://cdn01.boxcdn.net/platform/elements/18.0.0/en-US/picker.js) |
| | | JS without React [`https://cdn01.boxcdn.net/platform/elements/18.0.0/en-US/picker.no.react.js`](https://cdn01.boxcdn.net/platform/elements/18.0.0/en-US/picker.no.react.js) |
| [Content Sidebar](g://embed/ui-elements/sidebar) | `18.0.0` | CSS [`https://cdn01.boxcdn.net/platform/elements/18.0.0/en-US/sidebar.css`](https://cdn01.boxcdn.net/platform/elements/18.0.0/en-US/sidebar.css) |
| | | JS with React [`https://cdn01.boxcdn.net/platform/elements/18.0.0/en-US/sidebar.js`](https://cdn01.boxcdn.net/platform/elements/18.0.0/en-US/sidebar.js) |
| | | JS without React [`https://cdn01.boxcdn.net/platform/elements/18.0.0/en-US/sidebar.no.react.js`](https://cdn01.boxcdn.net/platform/elements/18.0.0/en-US/sidebar.no.react.js) |
| [Content Uploader](g://embed/ui-elements/uploader) | `18.0.0` | CSS [`https://cdn01.boxcdn.net/platform/elements/18.0.0/en-US/uploader.css`](https://cdn01.boxcdn.net/platform/elements/18.0.0/en-US/uploader.css) |
| | | JS with React [`https://cdn01.boxcdn.net/platform/elements/18.0.0/en-US/uploader.js`](https://cdn01.boxcdn.net/platform/elements/18.0.0/en-US/uploader.js) |
| | | JS without React [`https://cdn01.boxcdn.net/platform/elements/18.0.0/en-US/uploader.no.react.js`](https://cdn01.boxcdn.net/platform/elements/18.0.0/en-US/uploader.no.react.js) |
| [Content Preview](g://embed/ui-elements/preview) | `2.93.0` | CSS [`https://cdn01.boxcdn.net/platform/preview/2.93.0/en-US/preview.css`](https://cdn01.boxcdn.net/platform/preview/2.93.0/en-US/preview.css) |
| | | JS [`https://cdn01.boxcdn.net/platform/preview/2.93.0/en-US/preview.js`](https://cdn01.boxcdn.net/platform/preview/2.93.0/en-US/preview.js) |

Expand All @@ -72,8 +72,7 @@ code, or embed them straight into your page from the CDN.
<!-- Latest version of the explorer css for your locale -->
<link
rel="stylesheet"
href="https://cdn01.boxcdn.net/platform/elements/{VERSION}/en-US/explorer.css"
/>
href="https://cdn01.boxcdn.net/platform/elements/{VERSION}/en-US/explorer.css" />
</head>
<body>
<!-- Latest version of the explorer js for your locale -->
Expand All @@ -96,8 +95,7 @@ For Box Preview, the sample would look slightly different.
<script src="https://cdn01.boxcdn.net/platform/preview/{VERSION}/en-US/preview.js"></script>
<link
rel="stylesheet"
href="https://cdn01.boxcdn.net/platform/preview/{VERSION}/en-US/preview.css"
/>
href="https://cdn01.boxcdn.net/platform/preview/{VERSION}/en-US/preview.css" />
</head>
<body>
<div class="preview-container" style="height:400px; width:100%;"></div>
Expand Down
1 change: 1 addition & 0 deletions content/microcopy/sample_code_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ labels:
perl: Perl
php: PHP
cSharp: C#
ts: TypeScript

tags:
all_tags: All tags
Expand Down
34 changes: 34 additions & 0 deletions content/pages/learn/application-types.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
centered: true
rank: 4
---

# Application Types

VIDEO

Insert more here

## Custom App

Insert more here

## Limited Access App

Insert more here

## Box Skill

Insert more here

## Web App Integrations

Insert more here

## App Center Publication

Insert more here

<Next>
Next step
</Next>
30 changes: 30 additions & 0 deletions content/pages/learn/authentication-methods.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
centered: true
rank: 5
---

# Authentication Methods

VIDEO

Insert more here

## OAuth 2.0

Insert more here

## JSON Web Token (JWT)

Insert more here

## Client Credentials Grant (CCG)

Insert more here

## App Token Auth

Insert more here

<Next>
Next step
</Next>
48 changes: 48 additions & 0 deletions content/pages/learn/box-platform-101.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
centered: true
rank: 1
---

# Box Platform 101

VIDEO

Insert more here

## What is Box

Insert more here

## What is Box Platform

Insert more here

## How do I make applications

Insert more here

### Box Developer Console

Insert more here

### Box Developer Site

Insert more here

## Box Platform Concepts

In the following learn sections, we will go into more depth on various topics.
But at a high level, there are some terms and concepts to be familiar with.

- User Types
- Application Types
- Authentication Methods

## Next Lesson

Now that you have the basics down, let's continue on to
discussing use cases!

<Next>
Next step
</Next>
Binary file added content/pages/learn/images/header.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions content/pages/learn/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
centered: true
rank: 0
---

# Learn

If you are new to Box, start here!
In the following pages, you'll learn how the all the Box Platform
concepts and components work together to help you create an application quickly.

To kick off your learning journey, checkout this video for an overview
on everything Box Platform.

<ImageFrame center>
![Learn](images/header.png)
</ImageFrame>

REPLACE ABOVE IMAGE WITH VIDEO

## Learn Sections

These pages go into more depth on each topic. Checkout each one and become
a Box Platform expert.

- [Box Platform 101][platform101]
- [Use Cases][usecases]
- [User Types][usertypes]
- [Application Types][apptypes]
- [Authentication Methods][authtypes]
- [Support][support]
- [Tools][tools]

<Next>
Get Started
</Next>

[platform101]:page://learn/box-platform-101
[usecases]:page://learn/use-cases
[usertypes]:page://learn/user-types
[apptypes]:page://learn/application-types
[authtypes]:page://learn/authentication-methods
[support]:page://learn/support
[tools]:page://learn/tools
14 changes: 14 additions & 0 deletions content/pages/learn/start-creating.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
centered: true
rank: 8
---

# Start Creating

Now that you have learned all about the various parts that makeup Box Platform,
you are ready to jump in and start creating. Visit
the [Box Developer Console][devconsole] to begin!

INSERT A CONCGRATS IMAGE

[devconsole]:https://cloud.app.box.com/developers/console
28 changes: 28 additions & 0 deletions content/pages/learn/support.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
centered: true
rank: 6
---

# Support

VIDEO

Insert more here

## Developer Forum

Insert more here

## Medium Blog

Insert more here

## Box Platform Twitter

Insert more here

<Next>
Next step
</Next>

[samples]: g://cli/scripts/
39 changes: 39 additions & 0 deletions content/pages/learn/tools.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
centered: true
rank: 7
---

# Tools

VIDEO

Insert more here

## Sample Code Catalog

Insert more here

## Box CLI

<YouTube id='whxT3Bdx3E0' />

The Box Command Line Interface (CLI) is a tool for making requests to Box APIs
from your terminal window or command prompt. It takes less than five minutes
to set up and provides you direct access to the API. We also offer a suite of
[sample scripts][samples] to jump start any administration automation tasks.

## SDKs

Insert more here

## Postman Collection

<Youtube id='aEILZ_tukLg' />

Insert more here

<Next>
Next step
</Next>

[samples]: g://cli/scripts/
14 changes: 14 additions & 0 deletions content/pages/learn/use-cases.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
centered: true
rank: 2
---

# Use Cases

VIDEO

Insert more here

<Next>
Next step
</Next>
Loading

0 comments on commit bdfcf13

Please sign in to comment.