Skip to content

Commit 5f0c0e1

Browse files
authored
add new samples to toc.yml (#339)
* add new samples to toc.yml
1 parent 66a1466 commit 5f0c0e1

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

docs/toc.yml

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
- name: Getting started
66
items:
77
- name: Overview
8-
href: getting-started.md
9-
- name: About the Open XML SDK
8+
href: getting-started.md
9+
- name: About the Open XML SDK
1010
href: about-the-open-xml-sdk.md
11-
- name: What's new in the Open XML SDK
11+
- name: What's new in the Open XML SDK
1212
href: what-s-new-in-the-open-xml-sdk.md
1313
- name: Open XML SDK design considerations
1414
href: open-xml-sdk-design-considerations.md
@@ -21,7 +21,7 @@
2121
- name: Custom SDK Features
2222
href: general/features.md
2323
- name: Introduction to markup compatibility
24-
href: general/introduction-to-markup-compatibility.md
24+
href: general/introduction-to-markup-compatibility.md
2525
- name: Add a new document part that receives a relationship ID to a package
2626
href: general/how-to-add-a-new-document-part-that-receives-a-relationship-id-to-a-package.md
2727
- name: Add a new document part to a package
@@ -43,7 +43,9 @@
4343
- name: Presentations
4444
items:
4545
- name: Overview
46-
href: presentation/overview.md
46+
href: presentation/overview.md
47+
- name: Add an audio file to a slide in a presentation
48+
href: presentation/how-to-add-an-audio-to-a-slide-in-a-presentation.md
4749
- name: Add a comment to a slide in a presentation
4850
href: presentation/how-to-add-a-comment-to-a-slide-in-a-presentation.md
4951
- name: Apply a theme to a presentation
@@ -73,7 +75,7 @@
7375
- name: Open a presentation document for read-only access
7476
href: presentation/how-to-open-a-presentation-document-for-read-only-access.md
7577
- name: Retrieve the number of slides in a presentation document
76-
href: presentation/how-to-retrieve-the-number-of-slides-in-a-presentation-document.md
78+
href: presentation/how-to-retrieve-the-number-of-slides-in-a-presentation-document.md
7779
- name: Structure of a PresentationML document
7880
href: presentation/structure-of-a-presentationml-document.md
7981
- name: Working with animation
@@ -102,6 +104,8 @@
102104
href: spreadsheet/how-to-add-custom-ui-to-a-spreadsheet-document.md
103105
- name: Calculate the sum of a range of cells in a spreadsheet document
104106
href: spreadsheet/how-to-calculate-the-sum-of-a-range-of-cells-in-a-spreadsheet-document.md
107+
- name: Copy a Worksheet Using SAX (Simple API for XML)
108+
href: spreadsheet/how-to-copy-a-worksheet-with-sax.md
105109
- name: Create a spreadsheet document by providing a file name
106110
href: spreadsheet/how-to-create-a-spreadsheet-document-by-providing-a-file-name.md
107111
- name: Delete text from a cell in a spreadsheet
@@ -153,7 +157,7 @@
153157
- name: Overview
154158
href: word/overview.md
155159
- name: Structure of a WordprocessingML document
156-
href: word/structure-of-a-wordprocessingml-document.md
160+
href: word/structure-of-a-wordprocessingml-document.md
157161
- name: Accept all revisions in a word processing document
158162
href: word/how-to-accept-all-revisions-in-a-word-processing-document.md
159163
- name: Add tables to word processing documents
@@ -192,6 +196,8 @@
192196
href: word/how-to-remove-hidden-text-from-a-word-processing-document.md
193197
- name: Remove the headers and footers from a word processing document
194198
href: word/how-to-remove-the-headers-and-footers-from-a-word-processing-document.md
199+
- name: Replace Text in a Word Document Using SAX (Simple API for XML)'
200+
href: word/how-to-replace-text-in-a-word-document-with-sax.md
195201
- name: Replace the header in a word processing document
196202
href: word/how-to-replace-the-header-in-a-word-processing-document.md
197203
- name: Replace the styles parts in a word processing document

0 commit comments

Comments
 (0)