mirror of
https://github.com/nspcc-dev/doc-fs-neo-org.git
synced 2026-03-01 04:28:39 +00:00
Evaluate neofs-spec reuse possibility #15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @roman-khimov on GitHub (Jan 13, 2023).
See https://github.com/nspcc-dev/neofs-spec/, it has quite some content there, but I'm not sure how easy it is to reuse it for the doc.fs.neo.org. It uses very specific tooling, it has a structure of its own. We need to evaluate this possibility, can this be done, how can this be done, what changes are needed (if any) to make it possible.
@mike-petrov commented on GitHub (Jan 13, 2023):
A big plus is that we have the underlying markdown on both github and docsite. All the components look good: tables, code, headers, formatting. Transferring to the docsite shouldn't be a problem, but there are a couple of things here:
.mdfile must have the necessary parameters at the beginning, according to the following structure:pic/acl-basic-private.svg(github),../pic/acl-basic-private.svg(docsite)@mike-petrov commented on GitHub (Jan 13, 2023):
There is an idea how to solve the second point without changing the repository structure. Display sections in dropdown form and the ability to switch to any topic (like
Nodessection).@roman-khimov commented on GitHub (Jan 15, 2023):
Can we include an MD from MD? We may have some "wrapper" MDs here that include ones from neofs-spec this way (with neofs-spec residing in some submodule). This will likely solve the second issue as well.