-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
95 additions
and
4 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
__tests__/integration/fixtures/ok-cross-reference/docs/cross.md
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,3 @@ | ||
# Cross-referenced | ||
|
||
This is included in project-a's nav |
53 changes: 53 additions & 0 deletions
53
__tests__/integration/fixtures/ok-cross-reference/docs/index.md
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,53 @@ | ||
# Neptunia vapor | ||
|
||
## Has mente et | ||
|
||
Lorem markdownum aequora Famemque, a ramos regna Ulixem verba, posito qui | ||
nubilus membra. Pendet dixit canisve, hanc quoque animosa **veni**, inducere. | ||
Fer quem, mihi vallem; reposcunt aequoreae Haec, inposita. Eras dicere sic! Ore | ||
ad at nec pius rivi pectora Pandione amari pietas Ulixem. | ||
|
||
> Argenteus sinit. Corpore non Booten Uranie, in hac has dixi herbas. *Oculos | ||
> omnes Dixerat* suae coloribus et antris spernitque silva, dixit. | ||
Mihi [quamvis](http://caput-latebris.com/), ardua venit nam, de mox in et inquit | ||
incisa relevare reseminet Cycnus forma sororis. In mater artus utque iustis me | ||
vestrae magno datque, quaque multumque oscula iubemur. | ||
|
||
## Aditumque ubi | ||
|
||
Brevibus cervice inmunibus sunt peragit, [sua tanto | ||
insuper](http://ampycuslyncides.org/), arva ubi: torto mixta. Sanguis | ||
conscendunt sumit, utilis illo nec quaecumque ad urbis inpositaque. Alto sic | ||
esse resumere albet, pharetras sola, erat, [non longo | ||
paviunt](http://verba.org/) dives aurem. Nomina genus nulli insignia, carpere | ||
dare quo vident, *nox flemus sed* Telamon auras, erant illuc, tantum. Regia | ||
[duroque opto](http://www.flectathiberi.io/estredeunt), segetes paterna de | ||
crimen! | ||
|
||
var edutainment_php = plain_ring_scan(adfUgcImap * delPanel); | ||
var click_meta_dv = 3 + | ||
systemScrollingDocument.snippetCdAnimated.memoryInstallHost(service( | ||
bezel_trojan_plagiarism, 1, base_resources), intelligence, | ||
umlWiSkin.software_olap.on(quadHocData)); | ||
var bare = jumper_server_solid - rupE + 3; | ||
var timeRegistryStandby = disk_ppc_menu + gigahertzCifsRss; | ||
if (im(correction_desktop, disk_integer_soft(serviceLogic, data_zone, | ||
daw_ssid_web)) > graphicsExpansionBug + active) { | ||
apiSpam = storageVisual + 3; | ||
} | ||
|
||
Mors cum cum proturbat, gente nasci Semiramis sonum, toto est eris facto dapibus | ||
propulit; a! Rogantis ira canat, [in nec | ||
sanguine](http://acceptiordefensus.io/accepto) probro inmunesque molliter | ||
sustineat quem quamquam parentis non. Per **quod nec** rapit ipsa nec, | ||
territaque fallacis fluviis progenies aratro. Colla puer regesta si Haec | ||
silentia omen Paeonia, harenis puer Marmaridae pectora ingens miratur Thisbes | ||
veri. Plaga profugi, iram, praestans, pro hanc vehit, vites. | ||
|
||
Illa per acerris vivit difficile pulveris, faciebat pontus populabile utque? In | ||
flagrant umbrae marito, coniunx parari, **quoque sanguine Nisi**, ego | ||
[saxo](http://cervice-fessusque.com/), fovet, ait unda contigit. Gaudet in, | ||
herba quibus? Ore ne ambo mecumque pectoraque alta: viri illi in puer corpore | ||
expersque pharetra solutum proximitas. Gorgonis adempto, in montes terga quae | ||
nec remoratur nives perque insidias exsiluit tribuitque mille. |
13 changes: 13 additions & 0 deletions
13
__tests__/integration/fixtures/ok-cross-reference/mkdocs.yml
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,13 @@ | ||
site_name: "Example" | ||
site_description: "Description Here" | ||
|
||
docs_dir: ./docs | ||
|
||
plugins: | ||
- monorepo | ||
|
||
nav: | ||
- Home: "index.md" | ||
- Subnav: | ||
- index.md | ||
- Hello: "!include project-a/mkdocs.yml" |
3 changes: 3 additions & 0 deletions
3
__tests__/integration/fixtures/ok-cross-reference/project-a/docs/README.md
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,3 @@ | ||
# Hello world! | ||
|
||
This contains a sentence which only exists in the ok/project-a fixture. |
9 changes: 9 additions & 0 deletions
9
__tests__/integration/fixtures/ok-cross-reference/project-a/mkdocs.yml
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,9 @@ | ||
site_name: 'test' | ||
site_description: 'This is a subdomain site.' | ||
|
||
plugins: | ||
- monorepo | ||
|
||
nav: | ||
- Home: README.md | ||
- ../cross.md |
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
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