File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export const FOOTER_MENU_LINKS = (lang: string) => [
16
16
label : 'About'
17
17
} ,
18
18
{
19
- path : `/${ lang } /privacy` ,
19
+ path : `/${ lang } /privacy-policy ` ,
20
20
label : 'Privacy Policy'
21
21
} ,
22
22
]
Original file line number Diff line number Diff line change @@ -25,5 +25,14 @@ export default {
25
25
sidebar : false ,
26
26
typesetting : 'article' ,
27
27
}
28
+ } ,
29
+ 'privacy-policy' : {
30
+ type : 'page' ,
31
+ title : 'Privacy Policy' ,
32
+ display : 'hidden' ,
33
+ theme : {
34
+ sidebar : false ,
35
+ typesetting : 'article' ,
36
+ }
28
37
}
29
38
}
Original file line number Diff line number Diff line change 1
- ---
2
- title : " Privacy Policy"
3
- description : " Privacy policy regarding the use of UX Patterns for Devs content with ChatGPT and other AI models"
4
- ---
5
-
6
- # Privacy Policy for ChatGPT Integration
1
+ # Privacy Policy
7
2
8
3
Last updated: December 12, 2024
9
4
@@ -61,4 +56,4 @@ We may update this privacy policy from time to time. Any changes will be posted
61
56
If you have any questions about this privacy policy or our ChatGPT integration, please contact us:
62
57
63
58
- GitHub Issues: [ Create an issue] ( https://github.com/thedaviddias/ux-patterns-for-developers/issues/new )
64
- - Twitter: [ @thedaviddias ] ( https://x.com/thedaviddias )
59
+ - Twitter: [ @thedaviddias ] ( https://ddias.link/x )
You can’t perform that action at this time.
0 commit comments