Make & Deploy Doxygen

Using this Workflow file you can deploy your Doxygen docs to GitHub pages (in this example)

I have created this Workflow for MetaCall/landing-page to deploy their landing page.

They are using Docsify also for documentation, so that part is also getti…


This content originally appeared on DEV Community and was authored by Siddhant Khare

Using this Workflow file you can deploy your Doxygen docs to GitHub pages (in this example)

I have created this Workflow for MetaCall/landing-page to deploy their landing page.

They are using Docsify also for documentation, so that part is also getting deployed using the same workflow file.

My Workflow

Make & Deploy doxygen.yml

Submission Category:

DIY Deployments

Yaml File

Additional Resources / Info

We Are using at MetaCall's Landing Page

GitHub logo metacall / landing-page

Repository containing the landing page for MetaCall Core project.

METACALL

MetaCall Polyglot Runtime

MetaCall.io | Install | Docs

MetaCall allows calling functions, methods or procedures between multiple programming languages.

sum.py

def sum(a, b):
  return a + b

main.js

const { sum } = require("./sum.py");

sum(3, 4); // 7

shell

metacall main.js

MetaCall is a extensible, embeddable and interoperable cross-platform polyglot runtime. It supports NodeJS, Vanilla JavaScript, TypeScript, Python, Ruby, C#, Go, C, C++, Rust, D, Cobol and more.

Install

The easiest way to install MetaCall is the following:

curl -sL https://raw.githubusercontent.com/metacall/install/master/install.sh | sh

For more information about other install methodologies and platforms or Docker, check the install documentation.

Examples

You can find a complete list of examples in the documentation. If you are interested in submitting new examples, please contact us in our chats.




Live Demo Preview


This content originally appeared on DEV Community and was authored by Siddhant Khare


Print Share Comment Cite Upload Translate Updates
APA

Siddhant Khare | Sciencx (2021-12-07T17:45:57+00:00) Make & Deploy Doxygen. Retrieved from https://www.scien.cx/2021/12/07/make-deploy-doxygen/

MLA
" » Make & Deploy Doxygen." Siddhant Khare | Sciencx - Tuesday December 7, 2021, https://www.scien.cx/2021/12/07/make-deploy-doxygen/
HARVARD
Siddhant Khare | Sciencx Tuesday December 7, 2021 » Make & Deploy Doxygen., viewed ,<https://www.scien.cx/2021/12/07/make-deploy-doxygen/>
VANCOUVER
Siddhant Khare | Sciencx - » Make & Deploy Doxygen. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/12/07/make-deploy-doxygen/
CHICAGO
" » Make & Deploy Doxygen." Siddhant Khare | Sciencx - Accessed . https://www.scien.cx/2021/12/07/make-deploy-doxygen/
IEEE
" » Make & Deploy Doxygen." Siddhant Khare | Sciencx [Online]. Available: https://www.scien.cx/2021/12/07/make-deploy-doxygen/. [Accessed: ]
rf:citation
» Make & Deploy Doxygen | Siddhant Khare | Sciencx | https://www.scien.cx/2021/12/07/make-deploy-doxygen/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.