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

Nav bar does not load page metadata #128

Open
oleg-nenashev opened this issue Nov 20, 2023 · 0 comments
Open

Nav bar does not load page metadata #128

oleg-nenashev opened this issue Nov 20, 2023 · 0 comments

Comments

@oleg-nenashev
Copy link

oleg-nenashev commented Nov 20, 2023

In wiremock/wiremock.org#228 I am trying to migrate the WireMock documentation from Jekyll to a combination of MkDocs + Multi-Repo Plugin + Material for MkDocs. Jekyll uses page title metadata, and it is normally supported in MkDocs too. However, Multi-repo plugin seems to not consult with this metadata

Config:

  - Getting started:
      - Overview: overview
      - quickstart/java-junit
      - download-and-installation
      - getting-started
      - FAQ: faq

Page meadata sample:

---
layout: docs
title: WireMock Tutorials
meta_title: Listing of WireMock Quick Starts and Tutorials
toc_rank: 10
---

Actual behavior

image

Expected behavior

Title metadata is loaded

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

1 participant