website: embed partner placements within docs

This commit is contained in:
Yangshun
2022-03-18 08:41:37 +08:00
parent f159684c00
commit c160df7abe
15 changed files with 80 additions and 6 deletions

View File

@ -0,0 +1,10 @@
import React from 'react';
import SidebarAd from '@site/src/components/SidebarAd';
export default function InDocAd() {
return (
<div className="padding-top--lg padding-bottom--xl">
<SidebarAd />
</div>
);
}