# How to migrate to Redocly products NVIDIA migration guide ## Migrate Cloud Functions documentation We will start by migrating Cloud Functions documentation - [link](https://docs.api.nvidia.com/cloud-functions/). To do this we need to create a new Reunite project, upload OAD for API and configure `redocly.yaml` in following way: {% code-walkthrough languages=[ { "id": "config", "name": "Configuration guideline", "group": "main", "files": ["examples/redocly.yaml" ] } ] groups=[ { "id": "main", "default": "config" } ] %} **Example redocly.yaml configuration**: {% step id="navbar" title="Configure navbar" %} Add `navbar` property {% /step %} {% step id="logo" title="Configure logo" %} Add `logo` property {% /step %} {% step id="footer" title="Configure footer" %} Add `footer` property {% /step %} {% step id="openapi" title="Setup openapi samples" %} Setup `openapi` samples {% /step %} {% step id="sso" title="Disable login" %} Disable login {% /step %} {% step id="search" title="Enable AI search" %} Enable AI search {% /step %} {% /code-walkthrough %}