# cis-photoshop-api-docs **Repository Path**: capsion-refers/cis-photoshop-api-docs ## Basic Information - **Project Name**: cis-photoshop-api-docs - **Description**: 智能对象的图片替换 /tree/main/sample-code/s3-smart-object-replacement - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-24 - **Last Updated**: 2024-06-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Adobe I/O Documentation Template This is a Gatsby site template built with [Adobe I/O Gatsby Theme](https://github.com/adobe/gatsby-theme-aio). View the [demo](https://adobedocs.github.io/dev-site-documentation-template/) running on Github Pages. ## Where to ask for help The slack channel #adobeio-onsite-onboarding is our main point of contact for help. Feel free to join the channel and ask any questions. ## How to develop For local development, simply use : ``` $ npm install $ npm run dev ``` For running API doc locally ``` Modify src/pages/api/index.md to point openAPISpec to your local swagger.json openAPISpec: /swagger.json ``` For the documentation developer, please read these sections on how to: - [Arrange the structure content of your docs](https://github.com/adobe/gatsby-theme-aio#content-structure) - [Linking to pages](https://github.com/adobe/gatsby-theme-aio#links) - [Using assets](https://github.com/adobe/gatsby-theme-aio#assets) - [Setting Global Navigation](https://github.com/adobe/gatsby-theme-aio#global-navigation) - [Setting Side Navigation](https://github.com/adobe/gatsby-theme-aio#side-navigation) - [Using content blocks](https://github.com/adobe/gatsby-theme-aio#jsx-blocks) - [Notes on using Markdown](https://github.com/adobe/gatsby-theme-aio#writing-enhanced-markdown) For more in-depth [instructions](https://github.com/adobe/gatsby-theme-aio#getting-started). ## How to deploy For any team that wishes to deploy to the adobe.io and stage.adobe.io website, they must be in contact with the dev-site team. Teams will be given a path that will follow the pattern `adobe.io/{product}/`. This will allow doc developers to setup their subpaths to look something like: ``` adobe.io/{product}/docs adobe.io/{product}/community adobe.io/{product}/community/code_of_conduct adobe.io/{product}/community/contribute ``` ### Launching a deploy You can deploy using the GitHub actions deploy workflow see [deploy instructions](https://github.com/adobe/gatsby-theme-aio#deploy-to-azure-storage-static-websites).