Skip to content

Conversation

@paulirish
Copy link

No description provided.

const domainName = type.domain.name.toLowerCase();
const name = type.name.toLowerCase();
result.push(`[${type.domain.name}.${type.name}]: ${domainName}.md#type-${domainName}${name} "${type.domain.name}.${type.name}"`);
result.push(`[${type.domain.name}.${type.name}]: ${domainName}.html#type-${domainName}-${name} "${type.domain.name}.${type.name}"`);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this breaks md links

function html(schema) {
for (const domain of schema.domains) {
const md = fs.readFileSync(`docs/md/${domain.name.toLowerCase()}.md`, 'utf8');
debugger;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

debugging Node just because we can 👍

@paulirish
Copy link
Author

Lol

Copy link

@sidbln sidbln left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi

@@ -0,0 +1,6 @@
{
"dependencies": {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bitte gern geschehen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants