Wednesday 23 October 2024

Adobe ROBOHelp

1. What is Robo Help?

RoboHelp is a popular Help Authoring Tool (HAT) from Adobe.

It contains, Knowledge Base article, help contents, e Learning sources.

RoboHelp created by Gen Kiyooka and released by Blue Sky Software in 1992. It is acquired by Adobe in 2005.


2. RoboHelp Layout Support

RoboHelp can output to different formats using the following Single Source Layouts (SSLs)

  • Responsive HTML5
  • eBook
  • Microsoft HTML Help
  • JavaHelp
  • Oracle Help
  • Eclipse Help

3. Workspace Overview


4. 
Creating a Project



5. Creating Topics
  • Topic creating the content for such as Text, Video and Images. You can see all the project contents on below path.
  • Click on the Contents and than Assets.

6.  Add New Contents
You can add new contents by clicking to the  + icons.


7. Publishing contents


You can see the output  In browser



















Tuesday 22 October 2024

Create first Github Action

 What is Git hub action?

It use for continues integration and continues deployment,  There are certain criteria it need to full fill and do the quality check before this deployment of code that can be happen by github actions.




Github Action Terminology
Workflow : it  is an Yml file, it contains:
  • Events
  • Job
  • Runners
  • Steps
  • Actions



Github Action Events

  • Events are trigger for workflow, common events like some one pushes the code into the repository.
  • When the events occurs, it will run all the jobs mentioned into the workflow.