Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
ad869a2
Adding Developer Docs for Watermark and Checker
Oct 8, 2024
78f9d93
update
Oct 8, 2024
bcad1f3
update
Oct 8, 2024
f644178
fix linters
Oct 8, 2024
41db7c9
fix linters
Oct 8, 2024
633a839
documentation update and postman collection
NamanChhabra Aug 22, 2024
a59b70b
correct branch name
NamanChhabra Aug 22, 2024
c5d6f2e
changes for merging to develop
NamanChhabra Aug 23, 2024
527a117
added release notes
NamanChhabra Aug 27, 2024
6e1699e
updated link to refer Complex Table Constructs with Table markers
NamanChhabra Aug 27, 2024
e923701
release notes updated
NamanChhabra Aug 27, 2024
2523a8f
removed notifier and added response for accessibility checker externa…
NamanChhabra Aug 28, 2024
3f785fd
removed extra file
NamanChhabra Aug 28, 2024
3ff11e1
acessibility checker response update
NamanChhabra Aug 29, 2024
470ae82
changing branch to main
NamanChhabra Sep 3, 2024
7a86f28
functions doumentation
NamanChhabra Sep 9, 2024
ec7ffda
Revert "functions doumentation"
NamanChhabra Sep 9, 2024
830f402
updated openapi reference for this branch
Sep 23, 2024
39df614
added some changes
Sep 24, 2024
257e099
update samples
Oct 9, 2024
e1059a5
update
Oct 9, 2024
bd91607
review
Oct 10, 2024
c4121b1
release note
Oct 10, 2024
cf09ae6
alpha sorting of how-tos
Oct 16, 2024
cc5ee74
update syntax
Oct 16, 2024
dc6c9b4
update
Oct 16, 2024
59fb358
Py Quickstarts Fix
Oct 17, 2024
314804d
add more samples for watermark and checker
Oct 17, 2024
cab2800
update
Oct 17, 2024
b065ded
syntax fix
Oct 22, 2024
08f2364
DCSV-97016 bug fix
jasnoors Nov 4, 2024
ff082c6
release 4.2.0
Nov 5, 2024
0615bfa
updated version for sdk watermark and a11y operations
Nov 5, 2024
4a609c4
sync with master
Nov 5, 2024
1bd4089
sync with master
Nov 5, 2024
6325be5
updated sha
Nov 5, 2024
ce1d2b7
added release notes
Nov 5, 2024
d83d4a2
fix: update Layout shadow component to support new search
dmitrymatio Nov 5, 2024
0007d3a
fix: missing imports in Layout
dmitrymatio Nov 5, 2024
4060de6
Merge pull request #970 from AdobeDocs/search-fix
hitesh-kumar-mahour Nov 6, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
80 changes: 40 additions & 40 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,88 +202,88 @@ module.exports = {
path: 'overview/pdf-services-api/howtos/webhook-notification.md'
},
{
title: 'SDK Utilities',
path: 'overview/pdf-services-api/howtos/sdk-utilities.md'
title: 'Combine PDF Files',
path: 'overview/pdf-services-api/howtos/combine-pdf.md'
},
{
title: 'Compress PDFs',
path: 'overview/pdf-services-api/howtos/compress-pdf.md'
},
{
title: 'Create PDF',
path: 'overview/pdf-services-api/howtos/create-pdf.md'
},
{
title: 'Delete Pages',
path: 'overview/pdf-services-api/howtos/delete-pages.md'
},
{
title: 'Export PDF',
path: 'overview/pdf-services-api/howtos/export-pdf.md'
},
{
title: 'Combine PDF Files',
path: 'overview/pdf-services-api/howtos/combine-pdf.md'
title: 'Extract PDF',
path: 'overview/pdf-services-api/howtos/extract-pdf.md'
},
{
title: 'OCR PDF',
path: 'overview/pdf-services-api/howtos/ocr-pdf.md'
title: 'Get PDF Properties',
path: 'overview/pdf-services-api/howtos/pdf-properties.md'
},
{
title: 'Compress PDFs',
path: 'overview/pdf-services-api/howtos/compress-pdf.md'
title: 'Insert Pages',
path: 'overview/pdf-services-api/howtos/insert-pages.md'
},
{
title: 'Linearize PDF',
path: 'overview/pdf-services-api/howtos/linearize-pdf.md'
},
{
title: 'Protect PDF',
path: 'overview/pdf-services-api/howtos/protect-pdf.md'
},
{
title: 'Remove Protection',
path: 'overview/pdf-services-api/howtos/remove-protection.md'
},
{
title: 'Insert Pages',
path: 'overview/pdf-services-api/howtos/insert-pages.md'
title: 'OCR PDF',
path: 'overview/pdf-services-api/howtos/ocr-pdf.md'
},
{
title: 'Replace Pages',
path: 'overview/pdf-services-api/howtos/replace-pages.md'
title: 'PDF Accessibility Auto-Tag',
path: 'overview/pdf-services-api/howtos/pdf-accessibility-auto-tag-pdf.md'
},
{
title: 'Delete Pages',
path: 'overview/pdf-services-api/howtos/delete-pages.md'
title: 'PDF Accessibility Checker',
path: 'overview/pdf-services-api/howtos/pdf-accessibility-checker-api.md'
},
{
title: 'Reorder Pages',
path: 'overview/pdf-services-api/howtos/reorder-pages.md'
title: 'PDF Electronic Seal',
path: 'overview/pdf-services-api/howtos/electronic-seal-api.md'
},
{
title: 'Rotate Pages',
path: 'overview/pdf-services-api/howtos/rotate-pages.md'
title: 'PDF Watermark',
path: 'overview/pdf-services-api/howtos/pdf-watermark-api.md'
},
{
title: 'Split PDF',
path: 'overview/pdf-services-api/howtos/split-pdf.md'
title: 'Protect PDF',
path: 'overview/pdf-services-api/howtos/protect-pdf.md'
},
{
title: 'Extract PDF',
path: 'overview/pdf-services-api/howtos/extract-pdf.md'
title: 'Remove Protection',
path: 'overview/pdf-services-api/howtos/remove-protection.md'
},
{
title: 'Get PDF Properties',
path: 'overview/pdf-services-api/howtos/pdf-properties.md'
title: 'Reorder Pages',
path: 'overview/pdf-services-api/howtos/reorder-pages.md'
},
{
title: 'PDF Accessibility Auto-Tag',
path: 'overview/pdf-services-api/howtos/pdf-accessibility-auto-tag-pdf.md'
title: 'Replace Pages',
path: 'overview/pdf-services-api/howtos/replace-pages.md'
},
{
title: 'PDF Electronic Seal',
path: 'overview/pdf-services-api/howtos/electronic-seal-api.md'
title: 'Rotate Pages',
path: 'overview/pdf-services-api/howtos/rotate-pages.md'
},
{
title: 'PDF Watermark',
path: 'overview/pdf-services-api/howtos/pdf-watermark-api.md'
title: 'Split PDF',
path: 'overview/pdf-services-api/howtos/split-pdf.md'
},
{
title: 'PDF Accessibility Checker',
path: 'overview/pdf-services-api/howtos/pdf-accessibility-checker-api.md'
title: 'SDK Utilities',
path: 'overview/pdf-services-api/howtos/sdk-utilities.md'
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"url": "https://github.com/icaraps"
},
"dependencies": {
"@adobe/gatsby-theme-aio": "^4.14.4",
"@adobe/gatsby-theme-aio": "^4.14.14",
"gatsby": "4.22.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
Loading
Loading