We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ac88ba commit f14913bCopy full SHA for f14913b
1 file changed
src/docbuild/config/xml/data/config.d/categories.xml
@@ -1,16 +1,6 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<?xml-model href="file:../portal-config-schema.rnc" type="application/relax-ng-compact-syntax"?>
3
<categories xmlns:xi="http://www.w3.org/2001/XInclude">
4
- <category lang="en-us">
5
- <item categoryid="about">
6
- <title>Hello</title>
7
- </item>
8
- </category>
9
- <category lang="de-de">
10
11
- <title>Hallo</title>
12
13
14
- <!-- <xi:include href="categories/en-us.xml" />-->
15
- <!--<xi:include href="categories/de-de.xml" />-->
+ <xi:include href="categories/en-us.xml" />
+ <xi:include href="categories/de-de.xml" />
16
</categories>
0 commit comments