chore: remove todo from catalog code

PiperOrigin-RevId: 608782651
This commit is contained in:
Elizabeth Mitchell 2024-02-20 16:34:14 -08:00 committed by Copybara-Service
parent 7154a44fec
commit 3e934e17b9
3 changed files with 3 additions and 3 deletions

View File

@ -89,7 +89,7 @@ module.exports = function (eleventyConfig) {
eleventyConfig.setLibrary('md', md);
// Add a TOC plugin (implementation is TODO for now)
// Add a TOC plugin (implementation is wip for now)
eleventyConfig.addPlugin(pluginTOC, {
tags: ['h2', 'h3', 'h4'],
wrapper: 'div',

View File

@ -66,7 +66,7 @@ if (DEV) {
treeShaking: true,
legalComments: 'external',
plugins: [
// TODO: this plugin currently breaks certain css props for SVGs
// This plugin currently breaks certain css props for SVGs
// (circularprogress) minifyHTMLLiteralsPlugin({
// shouldMinify: (template) => {
// const tag = template.tag && template.tag.toLowerCase();

View File

@ -5,4 +5,4 @@
*/
// this is used in /site/index.html
// TODO implement when we decide to add stuff to home page
// Note: implement when we decide to add stuff to home page