File tree Expand file tree Collapse file tree 2 files changed +3
-26
lines changed Expand file tree Collapse file tree 2 files changed +3
-26
lines changed Original file line number Diff line number Diff line change @@ -46,33 +46,10 @@ const markdown = (content: any) => {
4646 <tbody >
4747 {
4848 features .map ((feature ) => {
49- const renderTitle = (title : string ) => {
50- const placeholder = " [[GLOSSARY_TOOLTIP_SNIPPETS_SUBREQUEST]]" ;
51-
52- if (title .includes (placeholder )) {
53- const [beforePlaceholder, afterPlaceholder] =
54- title .split (placeholder );
55-
56- return (
57- <>
58- { beforePlaceholder }
59- <GlossaryTooltip
60- term = " Snippets subrequest"
61- prepend = " A subrequest is "
62- >
63- subrequests
64- </GlossaryTooltip >
65- { afterPlaceholder }
66- </>
67- );
68- }
69-
70- return markdown (title );
71- };
7249
7350 return (
7451 <tr >
75- <th set :html = { renderTitle (feature .title )} />
52+ <th set :html = { markdown (feature .title )} />
7653 { hasFree && <td set :html = { markdown (feature .free )} />}
7754 { hasPro && <td set :html = { markdown (feature .pro )} />}
7855 { hasBiz && <td set :html = { markdown (feature .biz )} />}
Original file line number Diff line number Diff line change 13681368 "ent" : 300
13691369 },
13701370 "subrequests" : {
1371- "title" : " Number of [[GLOSSARY_TOOLTIP_SNIPPETS_SUBREQUEST]] " ,
1371+ "title" : " Number of snippet subrequests " ,
13721372 "free" : 0 ,
13731373 "pro" : 2 ,
13741374 "biz" : 3 ,
27852785 "pro" : " No" ,
27862786 "biz" : " No" ,
27872787 "ent" : " Contact your account team"
2788- },
2788+ },
27892789 "custom_certificates" : {
27902790 "title" : " [Custom certificates](/cloudflare-for-platforms/cloudflare-for-saas/security/certificate-management/custom-certificates/)" ,
27912791 "free" : " No" ,
You can’t perform that action at this time.
0 commit comments