diff --git a/config/_default/config.yaml b/config/_default/config.yaml index 3098b704..c135835f 100644 --- a/config/_default/config.yaml +++ b/config/_default/config.yaml @@ -20,6 +20,13 @@ googleAnalytics: 'GTM-5B8C4RK' algolia: index: "doc" appID: "42D6VHXINQ" + fields: + - "title" + - "description" + - "date" + - "categories" + - "keywords" + - "baseURL" pluralizeListTitles: false outputs: home: diff --git a/content/en/docs/tutorials/testing.md b/content/en/docs/tutorials/testing.md index 4c2dfcfb..d0302fc3 100644 --- a/content/en/docs/tutorials/testing.md +++ b/content/en/docs/tutorials/testing.md @@ -4,6 +4,7 @@ description: 'How plgd hub tests iotivity-lite and vice versa' date: '2021-10-14' categories: [tutorials, testing] keywords: [tutorials, testing] +baseURL: 'https://docs.plgd.dev/docs/tutorials/testing/' weight: 9 ---