File tree 3 files changed +2
-5
lines changed
3 files changed +2
-5
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1
1
= LeetCode 解题笔记
2
2
D瓜哥 <https: //www.diguage.com />
3
3
{docdate}
4
- :docinfo:
5
4
6
5
// head -n 10 index.adoc | tail -n +2 | xargs touch {}\n
7
6
// grep "include" index.adoc | grep -v "grep" | awk -F: '{print $2}' | awk -F\[ '{print $1}' | xargs touch {}\n
Original file line number Diff line number Diff line change 790
790
<source-highlighter >rouge</source-highlighter >
791
791
<rouge-style >github</rouge-style >
792
792
<imagesdir >.</imagesdir >
793
- <!-- < docinfo>true </docinfo> -- >
794
- <!-- < docinfodir>assets/tags</docinfodir> -- >
793
+ <docinfo >shared </docinfo >
794
+ <docinfodir >assets/tags</docinfodir >
795
795
<icons >font</icons >
796
796
<linkcss >true</linkcss >
797
797
<stylesdir >assets/styles</stylesdir >
835
835
<outputDirectory >${project.build.directory} /docs/multipage</outputDirectory >
836
836
<attributes >
837
837
<toc >left</toc >
838
- <docinfo1 >true</docinfo1 >
839
838
</attributes >
840
839
</configuration >
841
840
</execution >
852
851
<!-- <outputDirectory>${project.build.directory}/docs/html</outputDirectory>-->
853
852
<!-- <attributes>-->
854
853
<!-- <toc>left</toc>-->
855
- <!-- <docinfo1>true</docinfo1>-->
856
854
<!-- </attributes>-->
857
855
<!-- <gemPath>${gem.path}</gemPath>-->
858
856
<!-- <requires>-->
You can’t perform that action at this time.
0 commit comments