Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] It is not generating pdf from .md files #10509

Open
LeonardoDaLuz opened this issue Jan 20, 2025 · 0 comments
Open

[Bug] It is not generating pdf from .md files #10509

LeonardoDaLuz opened this issue Jan 20, 2025 · 0 comments
Labels
pdf Produce PDF as the output format

Comments

@LeonardoDaLuz
Copy link

LeonardoDaLuz commented Jan 20, 2025

Describe the bug
It is not generating pdf from .md files

To Reproduce
create .md files and try to generate pdf.

Expected behavior
Generate pdf from .md files

  • OS: Windows 11
  • Docfx version: [e.g. 2.77.0]

Additional context

{
  "metadata": [
    {
      "src": [
        {
          "src": "../src",
          "files": [
            "**/*.csproj"
          ]
        }
      ],
      "dest": "api"
    }
  ],
  "build": {
    "content": [
      {
        "files": [
          "**/*.{md,yml}","./docs/images/**", "images/**", "./bomber-icon.png"
        ],
        "exclude": [
          "_site/**"
        ]
      }
    ],
    "resource": [
      {
        "files": [
          "docs/images/**", "images/**", "index.html", "Demo/**", "index.css", "Videos/**"
        ]
      }
    ],
    "output": "_site",
    "template": [
      "default"
    ],
    "globalMetadata": {
      "_appName": "Bomber Kit",
      "_appTitle": "Bomber Kit",
      "_appLogoPath": "Images/bomber-icon.png",
      "_appFooter": "<style>.inheritedMembers { display: none; }</style>",
      "_enableSearch": true,
      "homepage": "index.md",
      "pdf": true
    }
  }
}

Image

Run docfx pdf.

Image

./doc/*.md files will be ignored.

@LeonardoDaLuz LeonardoDaLuz changed the title [Bug] My bug [Bug] It is not generating pdf from .md files Jan 20, 2025
@yufeih yufeih added pdf Produce PDF as the output format and removed bug labels Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pdf Produce PDF as the output format
Projects
None yet
Development

No branches or pull requests

2 participants