@tinymce/moxiedoc
Advanced tools
Comparing version 0.3.0-feature.20220823030451710.shad46d220 to 0.3.0-feature.20220823031435722.sha77c775d
@@ -164,3 +164,3 @@ "use strict"; | ||
if (namespace.pages) { | ||
indexPageLines.push('[cols="1,2",options="header"]\n', '|===\n', '|API|Summary\n\n'); | ||
indexPageLines.push('[cols="1,1"]\n', '|===\n\n'); | ||
namespace.pages.forEach((pageFile) => { | ||
@@ -170,3 +170,3 @@ keywords.push(getNameFromFullName(pageFile.title)); | ||
indexPageLines.push('[.lead]\n'); | ||
indexPageLines.push(pageFileLine(pageFile, structure) + ' |\n'); | ||
indexPageLines.push(pageFileLine(pageFile, structure) + '\n\n'); | ||
const description = descriptions[pageFile.path]; | ||
@@ -173,0 +173,0 @@ indexPageLines.push(description + '\n\n'); |
{ | ||
"name": "@tinymce/moxiedoc", | ||
"version": "0.3.0-feature.20220823030451710.shad46d220", | ||
"version": "0.3.0-feature.20220823031435722.sha77c775d", | ||
"description": "A tool for generating API documentation", | ||
@@ -5,0 +5,0 @@ "author": "Tiny Technologies, Inc", |
@@ -207,5 +207,4 @@ import * as fs from 'fs'; | ||
indexPageLines.push( | ||
'[cols="1,2",options="header"]\n', | ||
'|===\n', | ||
'|API|Summary\n\n' | ||
'[cols="1,1"]\n', | ||
'|===\n\n' | ||
); | ||
@@ -216,3 +215,3 @@ namespace.pages.forEach((pageFile) => { | ||
indexPageLines.push('[.lead]\n'); | ||
indexPageLines.push(pageFileLine(pageFile, structure) + ' |\n'); | ||
indexPageLines.push(pageFileLine(pageFile, structure) + '\n\n'); | ||
const description = descriptions[pageFile.path]; | ||
@@ -219,0 +218,0 @@ indexPageLines.push(description + '\n\n'); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
365969
6926