forked from alexandru-slobodcicov/liquibase-mongodb
-
Notifications
You must be signed in to change notification settings - Fork 47
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 #364 from liquibase/DAT-14184
[DAT-14184] Add index.htm file to xsd schemes page
- Loading branch information
Showing
2 changed files
with
61 additions
and
0 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
40 changes: 40 additions & 0 deletions
40
src/main/resources/www.liquibase.org/xml/ns/mongodb/index.htm
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,40 @@ | ||
<!DOCTYPE html> | ||
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> | ||
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> | ||
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> | ||
<!--[if gt IE 8]><!--> | ||
<html class="no-js"> | ||
<!--<![endif]--> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"> | ||
<title>Liquibase | Liquibase XML Schema Definitions</title> | ||
<meta name="description" content="Liquibase XML Schema Definitions"> | ||
<meta content="width=device-width" name="viewport"> | ||
|
||
<link href="http://www.liquibase.org/rss.xml" rel="alternate" title="Liquibase RSS Feed" type="application/rss+xml"/> | ||
|
||
|
||
|
||
<!-- HTTP => HTTPS Client Side Redirect --> | ||
<script> | ||
if (location.protocol !== 'https:') { | ||
location.replace('https:' + location.href.substring(location.protocol.length)) | ||
} | ||
</script> | ||
|
||
|
||
|
||
<h1>Liquibase Mongo extension XML Schema Definitions</h1> | ||
|
||
<p>This page contains a list of all the Liquibase Mongo extension XSD files. A new version of the XSD is generally available for each change to the major or minor version of Liquibase Mongo extension scheme. XSD schemas are written in XML, and describe what a properly formed XML document for a particular application should look like. If you really want to get the lowdown, <a href="https://www.w3schools.com/xml/xml_namespaces.asp">this is a good article on XML and namespaces.</a></p> | ||
|
||
<p>Simply put, referencing one of these XSD files in your <em>changelog</em> allows both Liquibase itself and any third-party XML tool (like an editor) to validate that your <em>changelog</em> is properly formed. There is more information about the format of XML changelog files <a href="https://docs.liquibase.com/concepts/tracking-tables/databasechangelog-table.html">in the databasechangelog page</a></p> | ||
|
||
<p>These XSD files are embedded into the Liquibase Mongo extension jar file, and don’t normally need to be downloaded from this site, but these are here for easier reference.</p> | ||
|
||
<ul> | ||
<li><a href="/xml/ns/mongodb/mongodb-latest.xsd">liquibase-mongodb-latest.xsd</a></li> | ||
<!-- Other links will be autogenerated by CI --> | ||
</ul> |