diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index 8772ec2..5173195 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -1,24 +1,44 @@ -* xref:docs-charter.adoc[How we work] -** xref:contributing/docs-workflow.adoc[The Docs Workflow organization] -** xref:contributing/docs-charter.adoc[The Docs Charter] -* xref:team-members.adoc[Who we are] -* xref:working-infrastructure.adoc[Where to find] +//* xref:docs-team.adoc[Who we are] +* Who we are -* xref:contributing/index.adoc[Write contributions for Docs] -** xref:contributing/7step-gitlab-howto.adoc[7 Step HowTo for casual contributions (for GitLab-based pages)] -** xref:contributing/7step-pagure-howto.adoc[7 Step HowTo for casual contributions (for Pagure-based pages)] -** xref:contributing/use-web-ide-ui.adoc[How to profoundly use the Gitlab web IDE (permanent members)] -** xref:contributing/use-file-edit-if.adoc[How to profoundly use Pagure (permanent members)] -** xref:contributing/use-local-work-env.adoc[How to create and use a local work environment] -*** xref:contributing/use-local-work-preview.adoc[Building a Local Preview] -*** xref:contributing/use-local-work-git.adoc[Git for docs writers] -** xref:contributing/contrib-upd-document.adoc[Update an existing documentation page] -** xref:contributing/contrib-new-documentation.adoc[Create and publish new documentation sites] +//* xref:organizational/index.adoc[How we work] +* How we work +** xref:organizational/charter.adoc[The Docs Charter] +** xref:organizational/meetings.adoc[Docs Meetings] +** xref:organizational/workflow.adoc[Docs Workflow organization] + +// * xref:locations.adoc[Where to find] +* Where to find + +* xref:contributing-docs/index.adoc[Write contributions for Docs] +** xref:contributing-docs/7step-gitlab-howto.adoc[7 Step HowTo for casual contributions (for GitLab-based pages)] +// ** xref:contributing-docs/7step-pagure-howto.adoc[7 Step HowTo for casual contributions (for Pagure-based pages)] +** HowTo for casual contributions (for Pagure-based pages) +//** xref:contributing-docs/use-web-ide-ui.adoc[How to profoundly use the Gitlab web IDE (permanent members)] +** How to profoundly use the Gitlab web IDE (permanent members) +//** xref:contributing-docs/use-file-edit-if.adoc[How to profoundly use Pagure (permanent members)] +//** xref:contributing-docs/use-local-work-env.adoc[How to create and use a local work environment] +** How to create and use a local work environment +//*** xref:contributing-docs/use-local-work-preview.adoc[Building a Local Preview] +//*** xref:contributing-docs/use-local-work-git.adoc[Git for docs writers] +//** xref:contributing-docs/contrib-upd-document.adoc[Update an existing documentation page] +//** xref:contributing-docs/contrib-new-documentation.adoc[Create and publish new documentation sites] + +** xref:contributing-docs/contributing-to-release-notes.adoc[Special case Contribute to Release Notes] + +** xref:contributing-docs/style-guide.adoc[The docs style guide] + +// * xref:infrastructure/index.adoc[Keep Docs up and running] +* Keep Docs up and running +//* xref:contributing/design-ux-contribution.adoc[Design the user interface for Docs] +//** Design the user interface for Docs + +//* xref:archive/index.adoc[What we have achieved so far] +What we have achieved so far + +* Technical Appendix ** xref:asciidoc-fedora/index.adoc[AsciiDoc for Fedora] *** xref:asciidoc-fedora/markup.adoc[Markup] *** xref:asciidoc-fedora/reusable-attributes.adoc[Reusable attributes] -** xref:contributing/working-with-translations.adoc[Working with Translations] -* xref:contributing/design-ux-contribution.adoc[Design the user interface for Docs] -* xref:contributing/keep-infra-running.adoc[Keep the Docs Infra running] -* xref:communication-meetings.adoc[How to make contact] -* xref:archive/index.adoc[What we have achieved so far] +// ** xref:appendix/working-with-translations.adoc[Working with Translations] +Working with Translations \ No newline at end of file diff --git a/modules/ROOT/pages/.DS_Store b/modules/ROOT/pages/.DS_Store index 0c681ee..e93f01e 100644 Binary files a/modules/ROOT/pages/.DS_Store and b/modules/ROOT/pages/.DS_Store differ diff --git a/modules/ROOT/pages/contributing/working-with-translations.adoc b/modules/ROOT/pages/appendix/working-with-translations.adoc similarity index 100% rename from modules/ROOT/pages/contributing/working-with-translations.adoc rename to modules/ROOT/pages/appendix/working-with-translations.adoc diff --git a/modules/ROOT/pages/contributing/.DS_Store b/modules/ROOT/pages/archive/.DS_Store similarity index 100% rename from modules/ROOT/pages/contributing/.DS_Store rename to modules/ROOT/pages/archive/.DS_Store diff --git a/modules/ROOT/pages/contribution-options.adoc b/modules/ROOT/pages/archive/contribution-options.adoc similarity index 100% rename from modules/ROOT/pages/contribution-options.adoc rename to modules/ROOT/pages/archive/contribution-options.adoc diff --git a/modules/ROOT/pages/contributing-docs/.DS_Store b/modules/ROOT/pages/contributing-docs/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/modules/ROOT/pages/contributing-docs/.DS_Store differ diff --git a/modules/ROOT/pages/contributing/7step-gitlab-howto.adoc b/modules/ROOT/pages/contributing-docs/7step-gitlab-howto.adoc similarity index 100% rename from modules/ROOT/pages/contributing/7step-gitlab-howto.adoc rename to modules/ROOT/pages/contributing-docs/7step-gitlab-howto.adoc diff --git a/modules/ROOT/pages/contributing/contrib-new-documentation.adoc b/modules/ROOT/pages/contributing-docs/contrib-new-documentation.adoc similarity index 100% rename from modules/ROOT/pages/contributing/contrib-new-documentation.adoc rename to modules/ROOT/pages/contributing-docs/contrib-new-documentation.adoc diff --git a/modules/ROOT/pages/contributing/contrib-upd-document.adoc b/modules/ROOT/pages/contributing-docs/contrib-upd-document.adoc similarity index 100% rename from modules/ROOT/pages/contributing/contrib-upd-document.adoc rename to modules/ROOT/pages/contributing-docs/contrib-upd-document.adoc diff --git a/modules/ROOT/pages/contributing/contributing-to-release-notes.adoc b/modules/ROOT/pages/contributing-docs/contributing-to-release-notes.adoc similarity index 100% rename from modules/ROOT/pages/contributing/contributing-to-release-notes.adoc rename to modules/ROOT/pages/contributing-docs/contributing-to-release-notes.adoc diff --git a/modules/ROOT/pages/contributing/design-ux-contribution.adoc b/modules/ROOT/pages/contributing-docs/design-ux-contribution.adoc similarity index 100% rename from modules/ROOT/pages/contributing/design-ux-contribution.adoc rename to modules/ROOT/pages/contributing-docs/design-ux-contribution.adoc diff --git a/modules/ROOT/pages/how-use-web-ide-ui.adoc b/modules/ROOT/pages/contributing-docs/how-use-web-ide-ui.adoc similarity index 100% rename from modules/ROOT/pages/how-use-web-ide-ui.adoc rename to modules/ROOT/pages/contributing-docs/how-use-web-ide-ui.adoc diff --git a/modules/ROOT/pages/contributing/index-old Kopie.adoc b/modules/ROOT/pages/contributing-docs/index-old Kopie.adoc similarity index 100% rename from modules/ROOT/pages/contributing/index-old Kopie.adoc rename to modules/ROOT/pages/contributing-docs/index-old Kopie.adoc diff --git a/modules/ROOT/pages/contributing/index-old.adoc b/modules/ROOT/pages/contributing-docs/index-old.adoc similarity index 100% rename from modules/ROOT/pages/contributing/index-old.adoc rename to modules/ROOT/pages/contributing-docs/index-old.adoc diff --git a/modules/ROOT/pages/contributing/index.adoc b/modules/ROOT/pages/contributing-docs/index.adoc similarity index 100% rename from modules/ROOT/pages/contributing/index.adoc rename to modules/ROOT/pages/contributing-docs/index.adoc diff --git a/modules/ROOT/pages/contributing/style-guide.adoc b/modules/ROOT/pages/contributing-docs/style-guide.adoc similarity index 100% rename from modules/ROOT/pages/contributing/style-guide.adoc rename to modules/ROOT/pages/contributing-docs/style-guide.adoc diff --git a/modules/ROOT/pages/contributing/use-file-edit-if.adoc b/modules/ROOT/pages/contributing-docs/use-file-edit-if.adoc similarity index 100% rename from modules/ROOT/pages/contributing/use-file-edit-if.adoc rename to modules/ROOT/pages/contributing-docs/use-file-edit-if.adoc diff --git a/modules/ROOT/pages/contributing/use-local-preview.adoc b/modules/ROOT/pages/contributing-docs/use-local-preview.adoc similarity index 100% rename from modules/ROOT/pages/contributing/use-local-preview.adoc rename to modules/ROOT/pages/contributing-docs/use-local-preview.adoc diff --git a/modules/ROOT/pages/contributing/use-local-work-env.adoc b/modules/ROOT/pages/contributing-docs/use-local-work-env.adoc similarity index 100% rename from modules/ROOT/pages/contributing/use-local-work-env.adoc rename to modules/ROOT/pages/contributing-docs/use-local-work-env.adoc diff --git a/modules/ROOT/pages/contributing/use-local-work-git.adoc b/modules/ROOT/pages/contributing-docs/use-local-work-git.adoc similarity index 100% rename from modules/ROOT/pages/contributing/use-local-work-git.adoc rename to modules/ROOT/pages/contributing-docs/use-local-work-git.adoc diff --git a/modules/ROOT/pages/contributing/use-local-work-preview.adoc b/modules/ROOT/pages/contributing-docs/use-local-work-preview.adoc similarity index 100% rename from modules/ROOT/pages/contributing/use-local-work-preview.adoc rename to modules/ROOT/pages/contributing-docs/use-local-work-preview.adoc diff --git a/modules/ROOT/pages/contributing/use-web-ide-ui.adoc b/modules/ROOT/pages/contributing-docs/use-web-ide-ui.adoc similarity index 100% rename from modules/ROOT/pages/contributing/use-web-ide-ui.adoc rename to modules/ROOT/pages/contributing-docs/use-web-ide-ui.adoc diff --git a/modules/ROOT/pages/team-members.adoc b/modules/ROOT/pages/docs-team.adoc similarity index 100% rename from modules/ROOT/pages/team-members.adoc rename to modules/ROOT/pages/docs-team.adoc diff --git a/modules/ROOT/pages/infrastructure/design-ux-contribution.adoc b/modules/ROOT/pages/infrastructure/design-ux-contribution.adoc new file mode 100644 index 0000000..c70b7de --- /dev/null +++ b/modules/ROOT/pages/infrastructure/design-ux-contribution.adoc @@ -0,0 +1,19 @@ += Design & UX contributions + +[abstract] +_____ +This section provides information for designers, user interface (UI), or user experioence (UX) developer how to contribute to the docs.fedoraproject.org site. +_____ + +[NOTE] +==== +The following text is still unedited and needs adjustment. +==== + +This page explains how to contribute to the Fedora Docs Team as a designer or user interface (U.I.) / user experience (U.X.) developer. + +https://pagure.io/fedora-docs/fedora-docs-ui[*fedora-docs-ui*]:: +Sources of a U.I. for the new `docs.fedoraproject.org` site. + +https://docs.antora.org/antora-ui-default/build-preview-ui/[*Build a UI Project for Local Preview*]:: +Official `antora.org` documentation on how to build a preview site using a custom U.I. diff --git a/modules/ROOT/pages/working-infrastructure.adoc b/modules/ROOT/pages/locations.adoc similarity index 100% rename from modules/ROOT/pages/working-infrastructure.adoc rename to modules/ROOT/pages/locations.adoc diff --git a/modules/ROOT/pages/charter.adoc b/modules/ROOT/pages/organizational/charter.adoc similarity index 100% rename from modules/ROOT/pages/charter.adoc rename to modules/ROOT/pages/organizational/charter.adoc diff --git a/modules/ROOT/pages/docs-charter.adoc b/modules/ROOT/pages/organizational/index.adoc similarity index 100% rename from modules/ROOT/pages/docs-charter.adoc rename to modules/ROOT/pages/organizational/index.adoc diff --git a/modules/ROOT/pages/communication-meetings.adoc b/modules/ROOT/pages/organizational/meetings.adoc similarity index 100% rename from modules/ROOT/pages/communication-meetings.adoc rename to modules/ROOT/pages/organizational/meetings.adoc diff --git a/modules/ROOT/pages/contributing/docs-workflow.adoc b/modules/ROOT/pages/organizational/workflow.adoc similarity index 100% rename from modules/ROOT/pages/contributing/docs-workflow.adoc rename to modules/ROOT/pages/organizational/workflow.adoc