Skip to content

Fixed docs issues #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions diagram/developer-guide/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ type: docs
url: /developer-guide/
weight: 20
---

### **Developer Guide**
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ url: /convert-diagram-file-to-another-format/
weight: 30
---

# **Introduction**
## **Introduction**
With [POST /diagram/{name}/SaveAs](https://apireference.aspose.cloud/diagram/#!/DiagramFile/DiagramFile_PutUpload) API you can convert diagram file to another format.
## **Resource URI**
### **Resource URI**
[Aspose.Diagram Cloud APIs Swagger UI](https://apireference.aspose.cloud/diagram/) lets you call this REST API directly from the browser. The description of the API and its parameters are also given there.
## **cURL Example**
### **cURL Example**
{{< tabs tabTotal="2" tabID="1" tabName1="Request" tabName2="Response" >}}

{{< tab tabNum="1" >}}
Expand Down Expand Up @@ -87,9 +87,9 @@ curl -v "https://api.aspose.cloud/v1.1/diagram/file_get_1.vdx/SaveAs?IsOverwrite
{{< /tab >}}

{{< /tabs >}}
# **SDKs**
Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. Checkout our [GitHub repository](https://github.com/aspose-diagram-cloud) for a complete list of Aspose.Diagram Cloud SDKs along with working examples, to get you started in no time. Please check [Available SDKs](/available-sdks/) article to learn how to add an SDK to your project.
## **SDK Examples**
## **SDKs**
Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. Checkout our [GitHub repository](https://github.com/aspose-diagram-cloud) for a complete list of Aspose.Diagram Cloud SDKs along with working examples, to get you started in no time. Please check [Available SDKs](/diagram/available-sdks/) article to learn how to add an SDK to your project.
### **SDK Examples**
{{< tabs tabTotal="5" tabID="4" tabName1="C#" tabName2="Java" tabName3="Node.js" tabName4="Python" tabName5="PHP" >}}

{{< tab tabNum="1" >}}
Expand Down
12 changes: 6 additions & 6 deletions diagram/developer-guide/create-diagram-file/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ url: /create-diagram-file/
weight: 20
---

# **Introduction**
## **Introduction**
With [PUT /diagram/{name}](https://apireference.aspose.cloud/diagram/#!/DiagramFile/DiagramFile_PutCreate) API you can create default empty diagram file.
## **Resource URI**
### **Resource URI**
[Aspose.Diagram Cloud APIs Swagger UI](https://apireference.aspose.cloud/diagram/) lets you call this REST API directly from the browser. The description of the API and its parameters are also given there.
## **cURL Example**
### **cURL Example**
{{< tabs tabTotal="2" tabID="1" tabName1="Request" tabName2="Response" >}}

{{< tab tabNum="1" >}}
Expand Down Expand Up @@ -57,9 +57,9 @@ curl -v "https://api.aspose.cloud/v1.1/diagram/file_get_2.vdx?IsOverwrite=true"
{{< /tab >}}

{{< /tabs >}}
# **SDKs**
Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. Checkout our [GitHub repository](https://github.com/aspose-diagram-cloud) for a complete list of Aspose.Diagram Cloud SDKs along with working examples, to get you started in no time. Please check [Available SDKs](/available-sdks/) article to learn how to add an SDK to your project.
## **SDK Examples**
## **SDKs**
Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. Checkout our [GitHub repository](https://github.com/aspose-diagram-cloud) for a complete list of Aspose.Diagram Cloud SDKs along with working examples, to get you started in no time. Please check [Available SDKs](/diagram/available-sdks/) article to learn how to add an SDK to your project.
### **SDK Examples**
{{< tabs tabTotal="5" tabID="4" tabName1="C#" tabName2="Java" tabName3="Node.js" tabName4="Python" tabName5="PHP" >}}

{{< tab tabNum="1" >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ url: /get-diagram-document-information/
weight: 10
---

# **Introduction**
## **Introduction**
With [GET /diagram/{name}](https://apireference.aspose.cloud/diagram/#!/DiagramFile/DiagramFile_GetDiagram) API you can get diagram document information.
## **Resource URI**
### **Resource URI**
[Aspose.Diagram Cloud APIs Swagger UI](https://apireference.aspose.cloud/diagram/) lets you call this REST API directly from the browser. The description of the API and its parameters are also given there.
## **cURL Example**
### **cURL Example**
{{< tabs tabTotal="2" tabID="1" tabName1="Request" tabName2="Response" >}}

{{< tab tabNum="1" >}}
Expand Down Expand Up @@ -82,9 +82,9 @@ curl -v "https://api.aspose.cloud/v1.1/diagram/file_get_1.vdx" \
{{< /tab >}}

{{< /tabs >}}
# **SDKs**
Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. Checkout our [GitHub repository](https://github.com/aspose-diagram-cloud) for a complete list of Aspose.Diagram SDKs along with working examples, to get you started in no time. Please check [Available SDKs](/available-sdks/) article to learn how to add an SDK to your project.
## **SDK Examples**
## **SDKs**
Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. Checkout our [GitHub repository](https://github.com/aspose-diagram-cloud) for a complete list of Aspose.Diagram SDKs along with working examples, to get you started in no time. Please check [Available SDKs](/diagram/available-sdks/) article to learn how to add an SDK to your project.
### **SDK Examples**
{{< tabs tabTotal="5" tabID="4" tabName1="C#" tabName2="Java" tabName3="Node.js" tabName4="Python" tabName5="PHP" >}}

{{< tab tabNum="1" >}}
Expand Down
12 changes: 6 additions & 6 deletions diagram/developer-guide/upload-diagram-file/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ url: /upload-diagram-file/
weight: 40
---

# **Introduction**
## **Introduction**
With [PUT /diagram/{name}/upload](https://apireference.aspose.cloud/diagram/#!/DiagramFile/DiagramFile_PutUpload) API you can upload diagram file to Aspose Cloud Storage.
## **Resource URI**
### **Resource URI**
[Aspose.Diagram Cloud APIs Swagger UI](https://apireference.aspose.cloud/diagram/) lets you call this REST API directly from the browser. The description of the API and its parameters are also given there.
## **cURL Example**
### **cURL Example**
{{< tabs tabTotal="2" tabID="1" tabName1="Request" tabName2="Response" >}}

{{< tab tabNum="1" >}}
Expand Down Expand Up @@ -51,9 +51,9 @@ curl -v "https://api.aspose.cloud/v1.1/diagram/file_get_1.vdx/upload?IsOverwrite
{{< /tab >}}

{{< /tabs >}}
# **SDKs**
Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. Checkout our [GitHub repository](https://github.com/aspose-diagram-cloud) for a complete list of Aspose.Diagram Cloud SDKs along with working examples, to get you started in no time. Please check [Available SDKs](/available-sdks/) article to learn how to add an SDK to your project.
## **SDK Examples**
## **SDKs**
Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. Checkout our [GitHub repository](https://github.com/aspose-diagram-cloud) for a complete list of Aspose.Diagram Cloud SDKs along with working examples, to get you started in no time. Please check [Available SDKs](/diagram/available-sdks/) article to learn how to add an SDK to your project.
### **SDK Examples**
{{< tabs tabTotal="5" tabID="4" tabName1="C#" tabName2="Java" tabName3="Node.js" tabName4="Python" tabName5="PHP" >}}

{{< tab tabNum="1" >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ weight: 50
---

## **Introduction**
Aspose.Diagram Cloud provides helper functions to work with files uploaded to Aspose.Diagram Cloud Storage or any other Cloud Storage of your choice. If you need any help getting started with setting third party storage please refer to [Aspose Cloud UI Help Topics](https://docs.aspose.cloud/display/totalcloud/Aspose+Cloud+UI+Help+Topics).
Aspose.Diagram Cloud provides helper functions to work with files uploaded to Aspose.Diagram Cloud Storage or any other Cloud Storage of your choice. If you need any help getting started with setting third party storage please refer to [How to Configure 3rd Party Cloud Storages](https://docs.aspose.cloud/total/getting-started/dashboard/how-to-configure-3rd-party-cloud-storages/).
### **Download a file from Cloud Storage**
#### **API Information**

Expand Down
4 changes: 2 additions & 2 deletions diagram/getting-started/available-sdks/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ url: /available-sdks/
weight: 40
---

# **Aspose.Diagram Cloud SDKs**
## **Aspose.Diagram Cloud SDKs**
Aspose.Diagram Cloud is a modern REST-oriented API, that allows easy integration into existing systems.
### **Why use an SDK?**
Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project.
### **SDK benefits**
Our supported SDKs are 100% tested and out of the box running. These SDKs are open source and have an MIT license. You can use them, and even customize them for absolutely free of charge.
# **Supported SDKs**
## **Supported SDKs**
{{< tabs tabTotal="6" tabID="1" tabName1=".NET" tabName2="Java" tabName3="PHP" tabName4="Ruby" tabName5="Python" tabName6="Node.js" >}}

{{< tab tabNum="1" >}}
Expand Down
2 changes: 1 addition & 1 deletion diagram/getting-started/how-to-run-the-examples/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ weight: 50
---

## **Running Aspose.Diagram Cloud Examples**
All examples of Aspose.Diagram Cloud are hosted on [Github](https://github.com/aspose-diagram-cloud). Examples are located in the **Examples** folder.
All examples of Aspose.Diagram Cloud are hosted on [Github](https://github.com/aspose-diagram-cloud).
## **Contribute**
If you like to add or improve an example, we encourage you to contribute to the project. All examples and showcase projects in this repository are open source and can be freely used in your own applications.

Expand Down
16 changes: 8 additions & 8 deletions diagram/getting-started/overview/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ Aspose.Diagram takes advantage of advanced functionalities provided by Microsoft

**Export**:

- Export diagrams (VSDVSDX, VSS, VSSX, VTX, VDX, VDW, VST, VSTX and VSX) to popular image formats (BMP, JPEG, TIFF, EMF, SVG and PNG).
- Export diagrams (VSDVSDX, VSS, VSSX, VTX, VDX, VDW, VST, VSTX and VSX) to PDF.
- Export diagrams (VSDVSDX, VSS, VSSX, VTX, VDX, VDW, VST, VSTX and VSX) to HTML.
- Export diagrams (VSDVSDX, VSS, VSSX, VTX, VDX, VDW, VST, VSTX and VSX) to XML Paper Specification (XPS).
- Export diagrams (VSDVSDX, VSS, VSSX, VTX, VDX, VDW, VST, VSTX and VSX) to Macromedia Flash File Format (SWF).
- Export diagrams (VSDVSDX, VSS, VSSX, VTX, VDX, VDW, VST, VSTX and VSX) to XAML.
- Export diagrams ([VSD](https://docs.fileformat.com/image/vsd/), [VSDX](https://docs.fileformat.com/image/vsdx/), [VSS](https://docs.fileformat.com/image/vss/), [VSSX](https://docs.fileformat.com/image/vssx/), [VTX](https://docs.fileformat.com/image/vtx/), [VDX](https://docs.fileformat.com/image/vdx/), [VDW](https://docs.fileformat.com/web/vdw/), [VST](https://docs.fileformat.com/image/vst/), [VSTX](https://docs.fileformat.com/image/vstx/) and [VSX](https://docs.fileformat.com/image/vsx/)) to popular image formats ([BMP](https://docs.fileformat.com/image/bmp/), [JPEG](https://docs.fileformat.com/image/jpeg/), [TIFF](https://docs.fileformat.com/image/tiff/), [EMF](https://docs.fileformat.com/image/emf/), [SVG](https://docs.fileformat.com/page-description-language/svg/) and [PNG](https://docs.fileformat.com/image/png/)).
- Export diagrams ([VSD](https://docs.fileformat.com/image/vsd/), [VSDX](https://docs.fileformat.com/image/vsdx/), [VSS](https://docs.fileformat.com/image/vss/), [VSSX](https://docs.fileformat.com/image/vssx/), [VTX](https://docs.fileformat.com/image/vtx/), [VDX](https://docs.fileformat.com/image/vdx/), [VDW](https://docs.fileformat.com/web/vdw/), [VST](https://docs.fileformat.com/image/vst/), [VSTX](https://docs.fileformat.com/image/vstx/) and [VSX](https://docs.fileformat.com/image/vsx/)) to [PDF](https://docs.fileformat.com/pdf/).
- Export diagrams ([VSD](https://docs.fileformat.com/image/vsd/), [VSDX](https://docs.fileformat.com/image/vsdx/), [VSS](https://docs.fileformat.com/image/vss/), [VSSX](https://docs.fileformat.com/image/vssx/), [VTX](https://docs.fileformat.com/image/vtx/), [VDX](https://docs.fileformat.com/image/vdx/), [VDW](https://docs.fileformat.com/web/vdw/), [VST](https://docs.fileformat.com/image/vst/), [VSTX](https://docs.fileformat.com/image/vstx/) and [VSX](https://docs.fileformat.com/image/vsx/)) to [HTML](https://docs.fileformat.com/web/html/).
- Export diagrams ([VSD](https://docs.fileformat.com/image/vsd/), [VSDX](https://docs.fileformat.com/image/vsdx/), [VSS](https://docs.fileformat.com/image/vss/), [VSSX](https://docs.fileformat.com/image/vssx/), [VTX](https://docs.fileformat.com/image/vtx/), [VDX](https://docs.fileformat.com/image/vdx/), [VDW](https://docs.fileformat.com/web/vdw/), [VST](https://docs.fileformat.com/image/vst/), [VSTX](https://docs.fileformat.com/image/vstx/) and [VSX](https://docs.fileformat.com/image/vsx/)) to XML Paper Specification ([XPS](https://docs.fileformat.com/page-description-language/xps/)).
- Export diagrams ([VSD](https://docs.fileformat.com/image/vsd/), [VSDX](https://docs.fileformat.com/image/vsdx/), [VSS](https://docs.fileformat.com/image/vss/), [VSSX](https://docs.fileformat.com/image/vssx/), [VTX](https://docs.fileformat.com/image/vtx/), [VDX](https://docs.fileformat.com/image/vdx/), [VDW](https://docs.fileformat.com/web/vdw/), [VST](https://docs.fileformat.com/image/vst/), [VSTX](https://docs.fileformat.com/image/vstx/) and [VSX](https://docs.fileformat.com/image/vsx/)) to Macromedia Flash File Format ([SWF](https://docs.fileformat.com/page-description-language/swf/)).
- Export diagrams ([VSD](https://docs.fileformat.com/image/vsd/), [VSDX](https://docs.fileformat.com/image/vsdx/), [VSS](https://docs.fileformat.com/image/vss/), [VSSX](https://docs.fileformat.com/image/vssx/), [VTX](https://docs.fileformat.com/image/vtx/), [VDX](https://docs.fileformat.com/image/vdx/), [VDW](https://docs.fileformat.com/web/vdw/), [VST](https://docs.fileformat.com/image/vst/), [VSTX](https://docs.fileformat.com/image/vstx/) and [VSX](https://docs.fileformat.com/image/vsx/)) to [XAML](https://docs.fileformat.com/web/xaml/).
### **SDKs**
Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. Check out our [GitHub repository](https://github.com/aspose-diagram-cloud) for a complete list of Aspose.Diagram SDKs along with working examples, to get you started in no time. Please check [Available SDKs](/available-sdks/) article to learn how to add an SDK to your project.
Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. Check out our [GitHub repository](https://github.com/aspose-diagram-cloud) for a complete list of Aspose.Diagram SDKs along with working examples, to get you started in no time. Please check [Available SDKs](/diagram/available-sdks/) article to learn how to add an SDK to your project.
### **API Explorer**
[Aspose.Diagram Cloud API Reference](https://apireference.aspose.cloud/diagram/) is the easiest way to try out our APIs right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes.
### **Security and Authentication**
Expand All @@ -32,4 +32,4 @@ The Aspose.Diagram Cloud APIs are secured and requires authentication. There ar
1. OAuth 2.0
1. URL Signing

Please check [Authenticating API Requests](https://docs.aspose.cloud/display/storagecloud/Authenticating+API+Requests) article for more details.
Please check [Authenticating API Requests](https://docs.aspose.cloud/storage/authenticating-api-requests/) article for more details.
6 changes: 3 additions & 3 deletions diagram/getting-started/quickstart/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ weight: 30
---

## **Create an account**
For details on how to create a new account please check [Create a new Account](https://docs.aspose.cloud/display/storagecloud/Creating+and+Managing+Account).
For details on how to create a new account please check [Create a new Account](https://docs.aspose.cloud/storage/creating-and-managing-account/).
## **Create an API Client App**
Before you can make any requests to Aspose Cloud APIs you need to [create an API Client App](https://docs.aspose.cloud/display/storagecloud/Create+New+App+and+Get+App+Key+and+SID).
Before you can make any requests to Aspose Cloud APIs you need to [create an API Client App](https://docs.aspose.cloud/storage/create-new-app-and-get-app-key-and-sid/).

This will give you **Client Id** and **Client Secret (secret key)** which you can use to invoke Aspose Cloud APIs.
## **Install the SDK of your choice**
Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. Please check [Available SDKs](/available-sdks/) article to learn how to add an SDK to your project.
Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. Please check [Available SDKs](/diagram//available-sdks/) article to learn how to add an SDK to your project.
## **Make an API request from the SDK of your choice**
The following example demonstrates how to export diagram to PDF.

Expand Down
Loading