Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

utPLSQL Website Source

NotificationsYou must be signed in to change notification settings

utPLSQL/utPLSQL.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TheutPLSQL website is generated usingMkDocs andmaterial themeMike is used for versioning of documentation see alsothis page

How to make an announcement post.

  • Create a new post file in thedocs/_posts directory with the file name ofYYYY-MM-DD-Blog-Post-Name.md This file will be a standardMarkdown file which can be editing with any text editor although there are many offline and online editors for Markdown.
  • Add new entry pointing to new announcement file to the start ofnav section inmkdocs.yml
  • Add new entry to the top ofindex.md
  • Commit and push changes to develop branch

Local setup

If you want to generate and preview the website locally, you will need to havepython and pip installed)

To install mkdocs required components, you need to execute the below commands from command line:

pip install mkdocs-materialpip install mkdocs-git-revision-date-localized-pluginpip install mike

Once installed you can use following commands from command line:

mkdocs serve - will stat a local server, so you can see the web page generated locally and tet real-time updates to documentation

The pages are automatically generated on every commit to themain branch.If however you would need to generate pages manually from your local copy, use the command:mkdocs gh-deploy.The generated web pages are hen visible atutplsql.org.

Individual project documentation pages are deployed separately from the main organization page.Each corresponding project repository needs to have its own gh-pages branch.

utPLSQL-framework repository usesmike to deploy documentation for specific project version.

Example commands to use are:

  • mike deploy develop - to deploy documentation for develop branch
  • mike deploy -p develop - to deploy and push documentation for develop branch
  • mike deploy -p -u v3.1.12 latest - to deploy and push documentation for version v3.1.12 and update thelatest alias to point to that version

About

utPLSQL Website Source

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors8


[8]ページ先頭

©2009-2025 Movatter.jp