Skip to content

Commit d19affd

Browse files
authored
docs: Remove documentation and point to website (#12)
https://app.devrev.ai/devrev/works/ISS-176634
1 parent 9af47d6 commit d19affd

File tree

10 files changed

+8
-912
lines changed

10 files changed

+8
-912
lines changed

.devrev/repo.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
deployable: true

README.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# chef-cli
22

3-
DevRev auxiliary CLI for ADaaS recipe development
3+
DevRev auxiliary CLI for Airdrop snap-in recipe development.
44

5-
General ADaaS documentation: https://developer.devrev.ai/snapin-development/adaas/overview
5+
General Airdrop snap-in documentation: https://developer.devrev.ai/airdrop
66

7-
chef-cli documentation is under [/docs](docs)
7+
chef-cli documentation: https://developer.devrev.ai/airdrop/initial-domain-mapping
88

99
## Install chef-cli
1010

11-
A CLI tool is provided to assist you in this repo. Under [releases](https://github.com/devrev/adaas-chef-cli/releases), select the binary appropriate for your operating system, and install it in your path (or just remember its location). In the following steps we will assume it is available as `$ chef-cli`
11+
Under [releases](https://github.com/devrev/adaas-chef-cli/releases), select the binary appropriate for your operating system, and install it in your path (or remember its location).
12+
In the following steps we will assume it is available as `$ chef-cli`
1213

1314
### Install auto-completions
1415

@@ -22,16 +23,9 @@ And restart your shell.
2223

2324
We support Bash and ZSH. Make sure to run the script from project home directory.
2425

25-
To install PowerShell auto-completions, first run `Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass`. Then open the PowerShell profile (with `code $profile` or `notepad $profile`) and add this line (make sure to replace `/path/to/this/repo` with the path to this repository):
26+
To install PowerShell auto-completions, first run `Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass`.
27+
Then open the PowerShell profile (with `code $profile` or `notepad $profile`) and add this line (make sure to replace `/path/to/this/repo` with the path to this repository):
2628

2729
```text
2830
/path/to/this/repo/autocomplete/chef-cli.ps1
2931
```
30-
31-
## Documentation
32-
33-
- [Step-by-Step Guide](docs/step_by_step.md)
34-
- [Supported Types](docs/supported_types.md)
35-
- [Tips](docs/tips.md)
36-
- [Reasons why some mappings might be unavailable](docs/mapping_reasons.md)
37-
- [Using chef-cli as an MCP Server](docs/mcp.md)

docs/importing_articles.md

Lines changed: 0 additions & 90 deletions
This file was deleted.

docs/initial_domain_mapping_setup.md

Lines changed: 0 additions & 76 deletions
This file was deleted.

docs/mapping_reasons.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

docs/mcp.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

docs/platform_groups.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)