jesselang / dox

Publish markdown to Confluence as HTML
MIT License
23 stars 5 forks source link

Define fundamental publishing process #7

Open mitchell-then opened 5 years ago

mitchell-then commented 5 years ago

As new features are being added to dox, the publishing process has become more complicated and has undergone significant changes. A robust publishing process should be proposed to accommodate current features and new processes.

Currently, dox supports:

Current implementation involves a two step process. Create a stub page solely for the purpose of obtaining/creating a page ID. Then update the content of the pages. Process as follows:

Is the two step process of createStub/updateContent desirable?

On the horizon, some additional concepts to consider:

With this in mind, a fundamental publishing process should be defined.