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

Unable to fix the dead links "none" from the published to page. #3411

Closed
san6789 opened this issue Oct 4, 2023 · 4 comments
Closed

Unable to fix the dead links "none" from the published to page. #3411

san6789 opened this issue Oct 4, 2023 · 4 comments

Comments

@san6789
Copy link

san6789 commented Oct 4, 2023

we have a repo(abc) with multiple README.md file in the different folders
like:
azure/santhosh/Readme.md
azure/santhosh/new/readme.md
azure/test/Readme.md files in the different folders:

my mkdocs.yml looks like


site_name: Terraform modules

nav:
  -  azure/santhosh/Readme.md
  - azure/santhosh/new/readme.md
  - azure/test/Readme.md

while importing this mkdocs from(Abc) into another repo name 'xyz' with below.
in my other repo xyz i am referring abc mkdocs.yml like below.

site_name: xxxxxx
copyright: Copyright © ZF
repo_url: >-
  https://dev.azure.com/xxxxx: GitOps wiki
nav:
  - About GitOps Framework:
    
  - Terraform Collections:
      - SW4ZF Terraform Azure Collections Catalog:
        - Azure Compute Gallery: '!import https://xxxxxxxx/_git/xxxx?branch=xxxx&config=mkdocs.yml&extra_imports=["azure/santhosh/Readme.md"]'
        - Azure Shared Image: '!import https://xxxxx/_git/terraform-modules?branch=xxxx&config=mkdocs.yml&extra_imports=["azure/santhosh/new/readme.md"]'
        - Azure Keyvault: '!import https://xxxxx/_git/terraform-modules?branch=xxxx&config=mkdocs.yml&extra_imports=["azure/test/Readme.md"]'
@pawamoy
Copy link
Sponsor Contributor

pawamoy commented Oct 4, 2023

Hello. You don't describe what the issue is exactly. Also it seems related to a plugin? What plugin do you use for !import?

@san6789
Copy link
Author

san6789 commented Oct 4, 2023

I am gettig dead links with name of "none"

@san6789
Copy link
Author

san6789 commented Oct 4, 2023

and where to upload the image which related my error

@pawamoy
Copy link
Sponsor Contributor

pawamoy commented Oct 4, 2023

Please provide your complete mkdocs.yml configuration if possible, as well as any error message that appears in the output of the mkdocs serve -v or mkdocs build -v commands.

You can add images by dragging and dropping them in the text area, or by clicking the bottom bar of the text area.

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

No branches or pull requests

3 participants