Skip to content

add deprecation chapter #1850

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 29 commits into
base: 6.0
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
973020c
add deprecation chapter
MrTango Feb 11, 2025
bd6eac9
fix broken links in deprecation chapter
MrTango Feb 11, 2025
ff7461b
Update docs/backend/deprecation.md
MrTango Feb 11, 2025
6027930
Update docs/backend/deprecation.md
MrTango Feb 11, 2025
e6acc83
Update docs/backend/deprecation.md
MrTango Feb 11, 2025
b909069
Update docs/backend/deprecation.md
MrTango Feb 11, 2025
b0923fb
Update docs/backend/deprecation.md
MrTango Feb 11, 2025
7ca4ede
Update docs/backend/deprecation.md
MrTango Feb 11, 2025
66a58dc
Update docs/backend/deprecation.md
MrTango Feb 11, 2025
c859367
Update docs/backend/deprecation.md
MrTango Feb 11, 2025
4e32566
Update docs/backend/deprecation.md
MrTango Feb 11, 2025
c7cad7a
Update docs/backend/deprecation.md
MrTango Feb 11, 2025
a9fc020
remove meta.zcml attribute from z3c.jbot include
MrTango Feb 11, 2025
151aa67
Update docs/backend/deprecation.md
MrTango Feb 11, 2025
cff3ad6
Fix ty
ale-rt Feb 11, 2025
d0286e4
Fix typo
ale-rt Feb 11, 2025
1c733a3
Fix typo
ale-rt Feb 11, 2025
49e96f8
Update docs/backend/deprecation.md
MrTango Feb 12, 2025
8608dff
Update docs/backend/deprecation.md
MrTango Feb 12, 2025
155c344
Update docs/backend/deprecation.md
MrTango Feb 12, 2025
295f3f5
Update docs/backend/deprecation.md
MrTango Feb 12, 2025
5db3027
Update docs/backend/deprecation.md
MrTango Feb 12, 2025
cd5e77e
Merge branch '6.0' into chapter-deprecation
MrTango Feb 12, 2025
0bacab8
Apply suggestions from code review
stevepiercy Feb 16, 2025
245f3b8
Merge branch '6.0' into chapter-deprecation
stevepiercy Feb 16, 2025
32a29d7
Merge branch '6.0' into chapter-deprecation
stevepiercy Feb 17, 2025
dab9e49
Merge branch '6.0' into chapter-deprecation
jensens Feb 17, 2025
1803a60
Merge branch '6.0' into chapter-deprecation
jensens Feb 18, 2025
ce2454c
Merge branch '6.0' into chapter-deprecation
ale-rt Feb 20, 2025
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
Prev Previous commit
Next Next commit
Fix ty
  • Loading branch information
ale-rt authored Feb 11, 2025
commit cff3ad670fba66da06f1759f71d5ef12ad66cd8f
2 changes: 1 addition & 1 deletion docs/backend/deprecation.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
myst:
html_meta:
"description": "A guide how to do depracations, including Python, ZCML and templates in Plone."
"description": "A guide how to do deprecations, including Python, ZCML and templates in Plone."
"property=og:description": "A guide how to do depracations, including Python, ZCML and templates in Plone."
"property=og:title": "Deprecation"
"keywords": "depracation, zcml, template, jbot"
Expand Down
Loading