Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

GitHub - AdobeDocs/cloudmanager-api-docs 29/03/22, 6:07 PM

AdobeDocs / cloudmanager-api-docs Public

Code Issues 5 Pull requests 7 Actions Projects Wiki

main 29 Go to file About


Code
branches 0
tags
No description, website, or topics
provided.
8e7af8f 12 days ago
564 commits
Readme
.git… Add in globa… 12 days ago
View license
files fix(redirects… 5 months ago Code of conduct

scri… fix(permissi… 7 months ago 7 stars

6 watching
src fix(permissio… 19 days ago
15 forks
sw… fix: define s… 2 months ago

test next release… 5 months ago


Releases
.en… start of gats… 7 months ago
No releases published

.esl… feat(playgro… 5 months ago

.giti… feat(playgro… 5 months ago


Packages
.git… feat: experi… 3 months ago No packages published

.git… feat: experi… 3 months ago

CO… start of gats… 7 months ago Contributors 11

CO… start of gats… 7 months ago

LIC… start of gats… 7 months ago

REA… fix: remove … last month

gat… Added to na… 3 months ago


Languages
gat… fix(deps): a… 4 months ago

gat… fix(redirects… 5 months ago JavaScript 99.2% Other 0.8%

https://github.com/AdobeDocs/cloudmanager-api-docs Page 1 of 4
GitHub - AdobeDocs/cloudmanager-api-docs 29/03/22, 6:07 PM

pac… Merge pull r… 17 days ago

ren… chore(deps):… 28 days ago

yar… Merge pull r… 17 days ago

Adobe Cloud
Manager API
Documentation
This projects builds the
documentation for the Cloud
Manager API using the Adobe I/O
Gatsby Theme.

How to develop

Requirements
Node 14.x
Yarn 1.22.x

Building Locally
README.md
For local development, simply use
:

$ yarn install
$ yarn dev

Launching a deploy

https://github.com/AdobeDocs/cloudmanager-api-docs Page 2 of 4
GitHub - AdobeDocs/cloudmanager-api-docs 29/03/22, 6:07 PM

You can deploy using the GitHub


actions deploy workflow see
deploy instructions.

Creating a new Guide

Creating a new guide page


generally consists of three steps
(and one optional step):

1. Create a new Markdown file


under pages/guides/api-
usage or
pages/guides/getting-
started . More likely the
former than the latter.
2. Adding a new
DiscoverBlock to the
index.md file in one of those
directories (the same
directory the new guide is in)
-- this will automatically
cause the guide block to
appear on the /guides page
in the appropriate section.
3. Add a new page item to
gatsby-config.js -- this
will cause the guide to
appear in the navigation.
4. (if appropriate) Add a new
DiscoverBlock to
pages/index.md -- this will
cause the guide to appear on
the home page.

If you are running yarn dev the


whole time, you should be able to
instantly view your changes.

https://github.com/AdobeDocs/cloudmanager-api-docs Page 3 of 4
GitHub - AdobeDocs/cloudmanager-api-docs 29/03/22, 6:07 PM

https://github.com/AdobeDocs/cloudmanager-api-docs Page 4 of 4

You might also like