Skip to content

Commit cf9e093

Browse files
committed
docs: fix init page title, and add some See Alsos
1 parent cdface8 commit cf9e093

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

docs/src/v2cli/init.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# tectonic -X new
1+
# tectonic -X init
22

33
Initializes a new Tectonic workspace in the current directory.
44

@@ -33,3 +33,7 @@ will process these files in the expected order:
3333
The intention of this framework is to allow you to isolate the main content of
3434
your document from the usual LaTeX boilerplate. There are no restrictions on
3535
what kind of content may be placed in each file, though.
36+
37+
#### See Also
38+
39+
- [`tectonic -X new`](./new.md)

docs/src/v2cli/new.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,7 @@ will process these files in the expected order:
3636
The intention of this framework is to allow you to isolate the main content of
3737
your document from the usual LaTeX boilerplate. There are no restrictions on
3838
what kind of content may be placed in each file, though.
39+
40+
#### See Also
41+
42+
- [`tectonic -X init`](./init.md)

0 commit comments

Comments
 (0)