-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1128 from phpDocumentor/task/automenu2
[FEATURE] Support automatically created multi-level menus
- Loading branch information
Showing
24 changed files
with
711 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
tests/Integration/tests-full/automatic_menu/automatic-multilevel-menu/input/skip
This file was deleted.
Oops, something went wrong.
167 changes: 167 additions & 0 deletions
167
tests/Integration/tests-full/markdown-full/multi-nested-menu-md/expected/dir2/index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,167 @@ | ||
<!DOCTYPE html> | ||
<html class="no-js" lang="en"> | ||
<head> | ||
<title>Dir 2 Title</title> | ||
<!-- Required meta tags --> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"> | ||
</head> | ||
<body> | ||
<header class=""> | ||
|
||
<nav class="navbar navbar-expand-lg navbar-dark bg-primary"> | ||
<div class="container"> | ||
|
||
<a class="navbar-brand" href="#">Navbar</a> | ||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarSupportedContent"> | ||
|
||
<ul class="navbar-nav me-auto mb-2 mb-lg-0"> | ||
<li class="nav-item"> | ||
<a href="../anotherPage.html" class="nav-link"> | ||
Another Page | ||
</a> | ||
</li><li class="nav-item"> | ||
<a href="../dir1/index.html" class="nav-link"> | ||
Dir 1 Title | ||
</a> | ||
</li><li class="nav-item"> | ||
<a href="#" class="nav-link current active" aria-current="page"> | ||
Dir 2 Title | ||
</a> | ||
</li> | ||
<ul class="level-"> | ||
<li class="nav-item"> | ||
<a href="../anotherPage.html" | ||
class="nav-link">Another Page</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="../dir1/index.html" | ||
class="nav-link">Dir 1 Title</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="#" | ||
class="nav-link current active" aria-current="page">Dir 2 Title</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="../somePage.html" | ||
class="nav-link">Some Page</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="../yetAnotherPage.html" | ||
class="nav-link">Yet Another Page</a> | ||
</li> | ||
</ul> | ||
<li class="nav-item"> | ||
<a href="../somePage.html" class="nav-link"> | ||
Some Page | ||
</a> | ||
</li><li class="nav-item"> | ||
<a href="../yetAnotherPage.html" class="nav-link"> | ||
Yet Another Page | ||
</a> | ||
</li></ul> | ||
|
||
</div> | ||
</div> | ||
</nav> | ||
</header> | ||
<main id="main-content"> | ||
<div class="container"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-3"> | ||
<nav class="nav flex-column"> | ||
<ul class="menu-level-main"> | ||
<li> | ||
<a href="../anotherPage.html" | ||
class="nav-link">Another Page</a> | ||
</li> | ||
<li> | ||
<a href="../dir1/index.html" | ||
class="nav-link">Dir 1 Title</a> | ||
</li> | ||
<li> | ||
<a href="#" | ||
class="nav-link current active" aria-current="page">Dir 2 Title</a> | ||
<ul class="level-1"> | ||
<li> | ||
<a href="somePage.html" | ||
class="nav-link">Some Page in dir 2</a> | ||
</li> | ||
<li> | ||
<a href="subdir1/index.html" | ||
class="nav-link">Subdir 1 Title</a> | ||
</li> | ||
<li> | ||
<a href="subdir2/index.html" | ||
class="nav-link">Subdir 2 Title</a> | ||
<ul class="level-1"> | ||
<li> | ||
<a href="subdir2/somePage.html" | ||
class="nav-link">Some Page in dir 2</a> | ||
</li> | ||
<li> | ||
<a href="subdir2/subsubdir1/index.html" | ||
class="nav-link">Subsubdir 1 Title</a> | ||
</li> | ||
</ul> | ||
|
||
</li> | ||
<li> | ||
<a href="yetAnotherPage.html" | ||
class="nav-link">Yet Another Page</a> | ||
</li> | ||
</ul> | ||
|
||
</li> | ||
<li> | ||
<a href="../somePage.html" | ||
class="nav-link">Some Page</a> | ||
</li> | ||
<li> | ||
<a href="../yetAnotherPage.html" | ||
class="nav-link">Yet Another Page</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
|
||
</div> | ||
<div class="col-lg-9"> | ||
|
||
<nav aria-label="breadcrumb"> | ||
<ol class="breadcrumb"> | ||
<li class="breadcrumb-item"><a href="../index.html">Document Title</a></li> | ||
<li class="breadcrumb-item"><a href="#">Dir 2 Title</a></li> | ||
</ol> | ||
</nav> | ||
<!-- content start --> | ||
<div class="section" id="dir-2-title"> | ||
<h1>Dir 2 Title</h1> | ||
|
||
<p>Lorem Ipsum Dolor.</p> | ||
|
||
</div> | ||
<!-- content end --> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</main> | ||
|
||
<!-- Optional JavaScript; choose one of the two! --> | ||
|
||
<!-- Option 1: Bootstrap Bundle with Popper --> | ||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script> | ||
|
||
<!-- Option 2: Separate Popper and Bootstrap JS --> | ||
<!-- | ||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js" integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" crossorigin="anonymous"></script> | ||
--> | ||
</body> | ||
</html> |
Oops, something went wrong.