Skip to content

Commit 8920c69

Browse files
committed
Add images for Chocolatey packaging guide and update references in documentation
1 parent 93677e9 commit 8920c69

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed
56.9 KB
Loading
99.7 KB
Loading
86.9 KB
Loading
86.8 KB
Loading

doc/dev_guide/packaging.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Run the following command to setup the base
3838
choco new --name="apidash" --version="0.3.0" maintainername="foss42" maintainerrepo="https://github.com/foss42/apidash" --built-in-template
3939
```
4040

41-
![choco folder structure](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/lzxebtal5tt1u2o4n5hp.png)
41+
![choco folder structure](../dev_guide/images/choco_create_structure.png)
4242

4343
This creates the following folder structure
4444

@@ -62,7 +62,7 @@ The files of our main interest are `chocolateyinstall.ps1` and `apidash.nuspec`.
6262
### Step 2: Editing `chocolateyinstall.ps1`
6363

6464
Take a look at `chocolateyinstall.ps1` file. There are many comments stating the use case of each line itself.
65-
![chocolatelyinstall.ps1](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/boc5lcstslju2qtey9cm.png)
65+
![chocolatelyinstall.ps1](../dev_guide/images/choco_chocolateyinstall_ps1.png)
6666

6767
Comments can bre remoed using the following command.
6868
```powershell
@@ -75,7 +75,7 @@ Now our `chocolateyinstall.ps1` file is ready.
7575

7676
### Step 3: Editing `apidash.nuspec`
7777

78-
![final apidash.nuspec](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/2km555bocw3upnkulj1y.png)
78+
![final apidash.nuspec](../dev_guide/images/choco_nuspec.png)
7979

8080
### Step 4: Build the package
8181

@@ -95,7 +95,7 @@ choco install apidash -s .
9595
```
9696
Ensure the application installs correctly.
9797

98-
![Shell output](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/98yzsrhm1tnld8ylatt3.png)
98+
![Shell output](../dev_guide/images/choco_shell_output.png)
9999

100100
### Step 6: Pre-Publishing - Update `LICENSE.txt` & `VERIFICATION.txt`
101101

0 commit comments

Comments
 (0)