Updated Home (markdown)

Jonas Jenwald 2023-06-09 16:44:49 +02:00
parent 1281e6eddd
commit 2b82fc91aa

22
Home.md

@ -1,15 +1,15 @@
The PDF.js wiki contains relevant pages about setting up PDF.js, contributing to the PDF.js project and other project-related information. To get started, please read the [README](https://github.com/mozilla/pdf.js/blob/master/README.md) file and consult the pages below:
+ Frequently asked questions: [FAQ](wiki/Frequently-Asked-Questions)
+ Contributing to PDF.js and setting up testing: [Contributing](wiki/Contributing)
+ Code style information: [Style guide](wiki/Style-Guide)
+ Squashing multiple commits into one commit: [Squashing commits](wiki/Squashing-Commits)
+ Debugging tips and enabling debugging tools: [Debugging PDF.js](wiki/Debugging-PDF.js)
+ Determining which commit caused a regression: [Bisecting a regression](wiki/Bisecting-a-Regression)
+ Setting up PDF.js for usage in websites: [Setup PDF.js in a website](wiki/Setup-pdf.js-in-a-website)
+ Using the default viewer in a custom deployment: [Third party viewer usage](wiki/Third-party-viewer-usage)
+ Options for the PDF.js viewer: [Viewer options](wiki/Viewer-options)
+ Interesting user projects: [Gallery of user projects and modifications](wiki/Gallery-of-user-projects-and-modifications)
+ Publications, presentations and learning material: [Learning resources](wiki/Additional-Learning-Resources)
+ Frequently asked questions: [FAQ](../Frequently-Asked-Questions)
+ Contributing to PDF.js and setting up testing: [Contributing](../Contributing)
+ Code style information: [Style guide](../Style-Guide)
+ Squashing multiple commits into one commit: [Squashing commits](../Squashing-Commits)
+ Debugging tips and enabling debugging tools: [Debugging PDF.js](../Debugging-PDF.js)
+ Determining which commit caused a regression: [Bisecting a regression](../Bisecting-a-Regression)
+ Setting up PDF.js for usage in websites: [Setup PDF.js in a website](../Setup-pdf.js-in-a-website)
+ Using the default viewer in a custom deployment: [Third party viewer usage](../Third-party-viewer-usage)
+ Options for the PDF.js viewer: [Viewer options](../Viewer-options)
+ Interesting user projects: [Gallery of user projects and modifications](../Gallery-of-user-projects-and-modifications)
+ Publications, presentations and learning material: [Learning resources](../Additional-Learning-Resources)
Other information can be found through the pages navigation on the right. If you have questions after consulting the wiki, you can contact us as described in the [README](https://github.com/mozilla/pdf.js/blob/master/README.md#questions).