Skip to content

Commit a103b86

Browse files
committed
updated "Library API" section to shorter "Full Documentation"
1 parent 69f3960 commit a103b86

File tree

1 file changed

+4
-20
lines changed

1 file changed

+4
-20
lines changed

README.md

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -155,26 +155,6 @@ pres.writeFile();
155155

156156
That's really all there is to it!
157157

158-
### Library API
159-
160-
Full documentation and code examples are available
161-
162-
- [Creating a Presentation](https://gitbrent.github.io/PptxGenJS/docs/usage-pres-create/)
163-
- [Presentation Options](https://gitbrent.github.io/PptxGenJS/docs/usage-pres-options/)
164-
- [Adding a Slide](https://gitbrent.github.io/PptxGenJS/docs/usage-add-slide/)
165-
- [Slide Options](https://gitbrent.github.io/PptxGenJS/docs/usage-slide-options/)
166-
- [Saving a Presentation](https://gitbrent.github.io/PptxGenJS/docs/usage-saving/)
167-
- [Master Slides](https://gitbrent.github.io/PptxGenJS/docs/masters/)
168-
- [Adding Charts](https://gitbrent.github.io/PptxGenJS/docs/api-charts/)
169-
- [Adding Images](https://gitbrent.github.io/PptxGenJS/docs/api-images/)
170-
- [Adding Media](https://gitbrent.github.io/PptxGenJS/docs/api-media/)
171-
- [Adding Shapes](https://gitbrent.github.io/PptxGenJS/docs/api-shapes/)
172-
- [Adding Tables](https://gitbrent.github.io/PptxGenJS/docs/api-tables/)
173-
- [Adding Text](https://gitbrent.github.io/PptxGenJS/docs/api-text/)
174-
- [Speaker Notes](https://gitbrent.github.io/PptxGenJS/docs/speaker-notes/)
175-
- [Using Scheme Colors](https://gitbrent.github.io/PptxGenJS/docs/shapes-and-schemes/)
176-
- [Integration with Other Libraries](https://gitbrent.github.io/PptxGenJS/docs/integration/)
177-
178158
## 💥 HTML-to-PowerPoint Magic
179159

180160
Convert any HTML `<table>` into fully formatted PowerPoint slides - automatically and effortlessly.
@@ -193,6 +173,10 @@ Perfect for transforming:
193173

194174
[View Full Docs & Live Demo](https://gitbrent.github.io/PptxGenJS/html2pptx/)
195175

176+
## 📚 Full Documentation
177+
178+
Complete API reference, tutorials, and integration guides are available on the official docs site: [https://gitbrent.github.io/PptxGenJS](https://gitbrent.github.io/PptxGenJS)
179+
196180
## 🛠️ Issues / Suggestions
197181

198182
Please file issues or suggestions on the [issues page on github](https://github.com/gitbrent/PptxGenJS/issues/new), or even better, [submit a pull request](https://github.com/gitbrent/PptxGenJS/pulls). Feedback is always welcome!

0 commit comments

Comments
 (0)