Skip to content

Commit 766e3c5

Browse files
committed
Remove unnecessary flags in docc examples in public documentation
1 parent 28b531d commit 766e3c5

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Sources/docc/DocCDocumentation.docc/Reference Syntax/Tutorials Syntax/building-an-interactive-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Add any images and videos that you reference throughout your tutorial to the Res
168168
To view your tutorial, invoke the following command to compile it:
169169
170170
```
171-
docc preview MyPackage.docc --fallback-display-name MyPackage --fallback-bundle-identifier com.example.MyPackage --fallback-bundle-version 1
171+
docc preview MyPackage.docc
172172
```
173173
174174
DocC compiles your documentation catalog and generates the tutorial. Copy the URL from the terminal and paste it into your browser to view the tutorial.

Sources/docc/DocCDocumentation.docc/distributing-documentation-to-other-developers.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ Alternatively, use the `docc` command-line tool directly, for example:
3232

3333
```shell
3434
docc convert MyNewPackage.docc \
35-
--fallback-display-name MyNewPackage \
36-
--fallback-bundle-identifier com.example.MyNewPackage \
37-
--fallback-bundle-version 1 \
3835
--additional-symbol-graph-dir .build \
3936
--output-dir MyNewPackage.doccarchive
4037
```

0 commit comments

Comments
 (0)